This commit is contained in:
Annika Merris 2024-05-18 16:23:14 -04:00
parent 68fad0c3b4
commit f1070ffc2b
3 changed files with 19 additions and 8 deletions

View file

@ -2,7 +2,7 @@
description = "Lix/Auxolotl config flake";
inputs = {
# nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable";
nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable";
lix = {
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
@ -50,6 +50,7 @@
inherit inputs globals;
};
virt-nix = import ./hosts/virt-nix {
specialArgs = { inherit inputs; };
inherit inputs globals;
};
};