Updated flake to 25.05

This commit is contained in:
Random936
2025-07-20 18:15:41 -07:00
parent f641bbb679
commit 5e9db649cb
2 changed files with 16 additions and 16 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/release-25.05";
home-manager = {
url = "github:nix-community/home-manager/master";
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};