feat: nixpkgs-ify and unflake-ify system-manager

This commit is contained in:
Sofie 2024-10-29 11:25:16 +01:00
parent 5c477c1a31
commit f64a24f727
No known key found for this signature in database
GPG key ID: C9E9DE9EDCD42BC1
10 changed files with 208 additions and 507 deletions

View file

@ -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) (