mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
snyc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user