Revert "Switched back to stable following issues (WIP)"

This reverts commit 8c932c0398.
This commit is contained in:
Random936
2024-09-23 18:43:17 -07:00
parent 578420bee0
commit f025393d6f
6 changed files with 16 additions and 18 deletions

View File

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