This commit is contained in:
2023-02-22 14:21:21 -05:00
parent 16de4d806d
commit 56d8db0393
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
, sops-nix , sops-nix
, inputs , inputs
, nixos-hardware , nixos-hardware
, nix
, ... , ...
}: }:
let let

View File

@@ -10,6 +10,7 @@
nixos-wsl = {url = "github:nix-community/NixOS-WSL"; inputs.nixpkgs.follows = "nixpkgs";}; nixos-wsl = {url = "github:nix-community/NixOS-WSL"; inputs.nixpkgs.follows = "nixpkgs";};
sops-nix.url = github:Mic92/sops-nix; sops-nix.url = github:Mic92/sops-nix;
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
nix.url = "github:NixOS/nix/2.12.0";
}; };