mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-02 18:42:34 +00:00
sync
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
myData = import ./data.nix;
|
||||
overlays = [ (final: prev: { npiperelay = npiperelay.defaultPackage.x86_64-linux; }) ];
|
||||
# overlays = [ (final: prev: { npiperelay = npiperelay.defaultPackage.x86_64-linux; }) ];
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
HyperV = nixpkgs.lib.nixosSystem {
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
];
|
||||
specialArgs = {
|
||||
inherit inputs myData overlays;
|
||||
inherit inputs myData;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user