Fix handling of the --store argument. (#12)

This commit is contained in:
Ramses 2023-05-12 16:04:24 +02:00 committed by GitHub
parent 39bcc3643c
commit f4c58ce90b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 61 additions and 38 deletions

View file

@ -53,6 +53,11 @@
inherit nixpkgs self;
nixos = "${nixpkgs}/nixos";
};
# Only useful for quick tests
systemConfigs.default = self.lib.makeSystemConfig {
modules = [ ./examples/example.nix ];
};
}
//
(flake-utils.lib.eachSystem