change flake input (#59)

This commit is contained in:
Dennis
2024-02-02 07:13:24 +01:00
committed by GitHub
parent bca76e5325
commit 6afd73c990
2 changed files with 14 additions and 14 deletions

View File

@ -11,7 +11,7 @@
systems.url = "github:nix-systems/default";
nix = {
url = "github:NixOS/nix/nixos-unstable";
url = "github:NixOS/nix/latest-release";
inputs.nixpkgs.follows = "nixpkgs";
};