feat: nixpkgs-ify and unflake-ify system-manager
This commit is contained in:
parent
5c477c1a31
commit
f64a24f727
10 changed files with 208 additions and 507 deletions
|
|
@ -15,7 +15,7 @@ let
|
|||
projectTest ? test: test.sandboxed,
|
||||
}:
|
||||
let
|
||||
ubuntu = nix-vm-test.lib.${system}.ubuntu;
|
||||
ubuntu = nix-vm-test.ubuntu;
|
||||
in
|
||||
lib.listToAttrs (
|
||||
lib.flip map (lib.attrNames ubuntu.images) (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue