Revert "Switched to unstable nixos"

This reverts commit 60bbd91f3d.
This commit is contained in:
Random936
2024-09-23 18:43:32 -07:00
parent f025393d6f
commit 0acb48c9a7
4 changed files with 15 additions and 14 deletions

View File

@@ -2,9 +2,9 @@
description = "Configuration flake for RandomCTF";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
home-manager = {
url = "github:nix-community/home-manager/master";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};