fix: failed to deploy nixos-unstable

This commit is contained in:
Ryan Yin
2024-01-21 17:06:25 +08:00
parent a76daab3ce
commit 68e5d860d8
10 changed files with 56 additions and 39 deletions

View File

@@ -17,6 +17,11 @@
# To use chrome, we need to allow the installation of non-free software
config.allowUnfree = true;
};
pkgs-stable = import inputs.nixpkgs-stable {
inherit system;
# To use chrome, we need to allow the installation of non-free software
config.allowUnfree = true;
};
}
// inputs;