update flake inputs

This commit is contained in:
joachimschmidt557 2024-12-01 15:53:40 +01:00
parent b24ce07091
commit 7c3cc03554
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@
nixpkgs.config.allowUnfree = true;
nix = {
package = pkgs.nixFlakes;
package = pkgs.nixVersions.stable;
extraOptions = ''
experimental-features = nix-command flakes
builders-use-substitutes = true