This commit is contained in:
Your Name
2023-02-20 04:00:12 +00:00
parent 2ae1f8eb4f
commit 386c081bdd
4 changed files with 82 additions and 4 deletions

View File

@@ -28,10 +28,11 @@
nixos-wsl.url = github:nix-community/NixOS-WSL;
nixos-wsl.inputs.nixpkgs.follows = "nixpkgs";
npiperelay.url = "path:pkgs/npiperelay";
};
outputs = inputs@{ self, nixpkgs, home-manager, nixos-generators, nixos-wsl,deploy-rs
, agenix, ... }:
, agenix, npiperelay, ... }:
let
system = "x86_64-linux";
myData = import ./data.nix;