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

50
flake.lock generated
View File

@@ -112,6 +112,21 @@
"type": "github"
}
},
"flake-utils_2": {
"locked": {
"lastModified": 1676283394,
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -207,6 +222,22 @@
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1659914493,
"narHash": "sha256-lkA5X3VNMKirvA+SUzvEhfA7XquWLci+CGi505YFAIs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-21.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"agenix": "agenix",
@@ -214,7 +245,24 @@
"home-manager": "home-manager",
"nixos-generators": "nixos-generators",
"nixos-wsl": "nixos-wsl",
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"trivial-flake": "trivial-flake"
}
},
"trivial-flake": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1,
"narHash": "sha256-KRbXLHhUv+dSb8ykuuuQOL/fLKe9IUHllMHuBfdB7Tk=",
"path": "pkgs/npiperelay",
"type": "path"
},
"original": {
"path": "pkgs/npiperelay",
"type": "path"
}
},
"utils": {