summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorstuebinm2023-01-09 17:07:31 +0100
committerstuebinm2023-01-09 17:07:31 +0100
commit1ce14ffe1e87aa32c658dd2d94c302c61d1e467e (patch)
treedf0bacfd376a47a8be40a81677f0153eedc10259 /flake.lock
parent1f59c24eccc3df46fdcedf7f1d47f0232f37d61c (diff)
home: add isabat via flake input instead of direct path
(also this means that my home config can now be built without --impure)
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 4f5caa6..08a7ad2 100644
--- a/flake.lock
+++ b/flake.lock
@@ -189,6 +189,22 @@
"type": "github"
}
},
+ "isabelle-utils": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1635264830,
+ "narHash": "sha256-AsubIRh3QsuPzp/vs12BHuZ1FCIW3zTfp+f17f2PN4k=",
+ "ref": "refs/heads/master",
+ "rev": "e7427d5c67c0a90c369adecb4b0c65c043cb2e34",
+ "revCount": 17,
+ "type": "git",
+ "url": "https://stuebinm.eu/git/isabelle-utils"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://stuebinm.eu/git/isabelle-utils"
+ }
+ },
"naersk": {
"inputs": {
"nixpkgs": [
@@ -310,6 +326,7 @@
"freiraum": "freiraum",
"gtfsBooks": "gtfsBooks",
"home-manager": "home-manager",
+ "isabelle-utils": "isabelle-utils",
"naersk": "naersk",
"nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable",