This commit is contained in:
Your Name
2023-02-20 04:10:13 +00:00
parent 386c081bdd
commit 5720d17f07
3 changed files with 24 additions and 24 deletions

View File

@@ -28,7 +28,7 @@
nixos-wsl.url = github:nix-community/NixOS-WSL;
nixos-wsl.inputs.nixpkgs.follows = "nixpkgs";
npiperelay.url = "path:pkgs/npiperelay";
npiperelay.url = "path:./pkgs/npiperelay";
};
outputs = inputs@{ self, nixpkgs, home-manager, nixos-generators, nixos-wsl,deploy-rs
@@ -36,7 +36,7 @@
let
system = "x86_64-linux";
myData = import ./data.nix;
overlays = [ (final: prev: { npiperelay = npiperelay.defaultPackage.x86_64-linux; }) ];
in {
nixosConfigurations = {
HyperV = nixpkgs.lib.nixosSystem {