flake: pin nix and nixpkgs versions

Nix 2.18 has known issues with invalid store paths
Latest nixos-unstable fails to build
This commit is contained in:
Infinidoge 2023-10-26 01:21:03 -04:00
parent 0438460d1e
commit 817c34ddfe
3 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
with lib;
{
nix = {
package = pkgs.nixUnstable;
package = pkgs.nixVersions.nix_2_17;
settings = {
allowed-users = [ "@wheel" ];