nix-config/flake.lock

243 lines
6 KiB
Plaintext
Raw Normal View History

2021-02-05 16:25:39 +01:00
{
"nodes": {
2021-09-25 13:30:51 +02:00
"agenix": {
"inputs": {
2023-02-08 22:06:18 +01:00
"darwin": "darwin",
2023-05-12 12:10:33 +02:00
"home-manager": [
"home-manager"
],
2021-09-25 13:30:51 +02:00
"nixpkgs": [
"nixpkgs"
2024-01-03 15:05:46 +01:00
],
"systems": [
"systems"
2021-09-25 13:30:51 +02:00
]
},
"locked": {
2024-08-14 14:50:20 +02:00
"lastModified": 1723293904,
"narHash": "sha256-b+uqzj+Wa6xgMS9aNbX4I+sXeb5biPDi39VgvSFqFvU=",
2021-09-25 13:30:51 +02:00
"owner": "ryantm",
"repo": "agenix",
2024-08-14 14:50:20 +02:00
"rev": "f6291c5935fdc4e0bef208cfc0dcab7e3f7a1c41",
2021-09-25 13:30:51 +02:00
"type": "github"
},
"original": {
"owner": "ryantm",
"ref": "main",
2021-09-25 13:30:51 +02:00
"repo": "agenix",
"type": "github"
}
},
2023-02-08 22:06:18 +01:00
"darwin": {
"inputs": {
"nixpkgs": [
"agenix",
"nixpkgs"
]
},
"locked": {
2024-01-03 15:05:46 +01:00
"lastModified": 1700795494,
"narHash": "sha256-gzGLZSiOhf155FW7262kdHo2YDeugp3VuIFb4/GGng0=",
2023-02-08 22:06:18 +01:00
"owner": "lnl7",
"repo": "nix-darwin",
2024-01-03 15:05:46 +01:00
"rev": "4b9b83d5a92e8c1fbfd8eb27eda375908c11ec4d",
2023-02-08 22:06:18 +01:00
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
2024-01-22 17:50:38 +01:00
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
2024-01-22 17:50:38 +01:00
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2023-03-08 18:41:00 +01:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1722555600,
"narHash": "sha256-XOQkdLafnb/p9ij77byFQjDf5m5QYl9b2REiVClC+x4=",
2023-03-08 18:41:00 +01:00
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "8471fe90ad337a8074e957b69ca4d0089218391d",
2023-03-08 18:41:00 +01:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"ref": "main",
"repo": "flake-parts",
"type": "github"
}
},
"futils": {
2023-04-11 16:31:42 +02:00
"inputs": {
2024-01-03 15:00:58 +01:00
"systems": [
"systems"
]
2023-04-11 16:31:42 +02:00
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
"owner": "numtide",
"ref": "main",
"repo": "flake-utils",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
"pre-commit-hooks",
"nixpkgs"
]
},
"locked": {
2024-03-28 12:19:33 +01:00
"lastModified": 1709087332,
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
2024-03-28 12:19:33 +01:00
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
2021-02-18 22:27:08 +01:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-08-26 22:40:46 +02:00
"lastModified": 1724435763,
"narHash": "sha256-UNky3lJNGQtUEXT2OY8gMxejakSWPTfWKvpFkpFlAfM=",
2021-02-18 22:27:08 +01:00
"owner": "nix-community",
"repo": "home-manager",
2024-08-26 22:40:46 +02:00
"rev": "c2cd2a52e02f1dfa1c88f95abeb89298d46023be",
2021-02-18 22:27:08 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
2021-02-18 22:27:08 +01:00
"repo": "home-manager",
"type": "github"
}
},
2021-02-05 16:25:39 +01:00
"nixpkgs": {
"locked": {
2024-08-26 22:40:46 +02:00
"lastModified": 1724479785,
"narHash": "sha256-pP3Azj5d6M5nmG68Fu4JqZmdGt4S4vqI5f8te+E/FTw=",
2021-02-05 16:25:39 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-08-26 22:40:46 +02:00
"rev": "d0e1602ddde669d5beb01aec49d71a51937ed7be",
2021-02-05 16:25:39 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2021-02-05 16:35:33 +01:00
"ref": "nixos-unstable",
2021-02-05 16:25:39 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
2021-02-05 16:43:30 +01:00
"nur": {
"locked": {
2024-08-26 22:40:46 +02:00
"lastModified": 1724704503,
"narHash": "sha256-QcZKCI9d5UNuQt6UFQSNhQwzXnXDF8jgCy7julsbnvg=",
2021-02-05 16:43:30 +01:00
"owner": "nix-community",
"repo": "NUR",
2024-08-26 22:40:46 +02:00
"rev": "6b1fa8a8dec17eb73962a0eac8e04f2df1439448",
2021-02-05 16:43:30 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
2021-02-05 16:43:30 +01:00
"repo": "NUR",
"type": "github"
}
},
"pre-commit-hooks": {
"inputs": {
"flake-compat": "flake-compat",
"gitignore": "gitignore",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": [
"nixpkgs"
]
},
"locked": {
2024-08-26 22:40:46 +02:00
"lastModified": 1724440431,
"narHash": "sha256-9etXEOUtzeMgqg1u0wp+EdwG7RpmrAZ2yX516bMj2aE=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
2024-08-26 22:40:46 +02:00
"rev": "c8a54057aae480c56e28ef3e14e4960628ac495b",
"type": "github"
},
"original": {
"owner": "cachix",
"ref": "master",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
2021-02-05 16:25:39 +01:00
"root": {
"inputs": {
2021-09-25 13:30:51 +02:00
"agenix": "agenix",
2023-03-08 18:41:00 +01:00
"flake-parts": "flake-parts",
"futils": "futils",
2021-02-18 22:27:08 +01:00
"home-manager": "home-manager",
2021-02-05 16:43:30 +01:00
"nixpkgs": "nixpkgs",
"nur": "nur",
2024-01-03 15:00:58 +01:00
"pre-commit-hooks": "pre-commit-hooks",
"systems": "systems"
2021-02-05 16:25:39 +01:00
}
2023-04-11 16:31:42 +02:00
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
2024-01-03 15:00:58 +01:00
"ref": "main",
2023-04-11 16:31:42 +02:00
"repo": "default",
"type": "github"
}
2021-02-05 16:25:39 +01:00
}
},
"root": "root",
"version": 7
}