aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 8e59b2942..436cbcd03 100644
--- a/flake.lock
+++ b/flake.lock
@@ -16,6 +16,22 @@
"type": "github"
}
},
+ "nix2container": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1712990762,
+ "narHash": "sha256-hO9W3w7NcnYeX8u8cleHiSpK2YJo7ecarFTUlbybl7k=",
+ "owner": "nlewo",
+ "repo": "nix2container",
+ "rev": "20aad300c925639d5d6cbe30013c8357ce9f2a2e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nlewo",
+ "repo": "nix2container",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1715123187,
@@ -67,6 +83,7 @@
"root": {
"inputs": {
"flake-compat": "flake-compat",
+ "nix2container": "nix2container",
"nixpkgs": "nixpkgs",
"nixpkgs-regression": "nixpkgs-regression",
"pre-commit-hooks": "pre-commit-hooks"