aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-13 16:02:31 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-13 16:02:31 -0700
commit03c88285b2d52c8d743ca19067fbcc15466b63db (patch)
tree36c71d69361e6525a2164b2b9fd9cee165b7731f /flake.lock
parentdrone: backup the state directory (diff)
downloadinfra-03c88285b2d52c8d743ca19067fbcc15466b63db.tar.gz
flake: add checks
This is not working great so far.
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock65
1 files changed, 65 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 6a02041..83720bd 100644
--- a/flake.lock
+++ b/flake.lock
@@ -35,6 +35,36 @@
"type": "github"
}
},
+ "flake-utils": {
+ "locked": {
+ "lastModified": 1649676176,
+ "narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "flake-utils_2": {
+ "locked": {
+ "lastModified": 1644229661,
+ "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -88,6 +118,20 @@
"type": "github"
}
},
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 1645655918,
+ "narHash": "sha256-ZfbEFRW7o237+A1P7eTKhXje435FCAoe0blj2n20Was=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "77a7a4197740213879b9a1d2e1788c6c8ade4274",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "type": "indirect"
+ }
+ },
"nur": {
"locked": {
"lastModified": 1645979938,
@@ -103,14 +147,35 @@
"type": "github"
}
},
+ "pre-commit-hooks": {
+ "inputs": {
+ "flake-utils": "flake-utils_2",
+ "nixpkgs": "nixpkgs_2"
+ },
+ "locked": {
+ "lastModified": 1649054408,
+ "narHash": "sha256-wz8AH7orqUE4Xog29WMTqOYBs0DMj2wFM8ulrTRVgz0=",
+ "owner": "cachix",
+ "repo": "pre-commit-hooks.nix",
+ "rev": "e5e7b3b542e7f4f96967966a943d7e1c07558042",
+ "type": "github"
+ },
+ "original": {
+ "owner": "cachix",
+ "repo": "pre-commit-hooks.nix",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
"agenix": "agenix",
"emacs-overlay": "emacs-overlay",
+ "flake-utils": "flake-utils",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur",
+ "pre-commit-hooks": "pre-commit-hooks",
"utils": "utils"
}
},