Fix handling of the --store argument. (#12)
This commit is contained in:
parent
39bcc3643c
commit
f4c58ce90b
4 changed files with 61 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue