mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 14:24:38 -05:00
Sync
This commit is contained in:
parent
68fad0c3b4
commit
f1070ffc2b
3 changed files with 19 additions and 8 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue