diff options
author | stuebinm | 2023-01-09 17:07:31 +0100 |
---|---|---|
committer | stuebinm | 2023-01-09 17:07:31 +0100 |
commit | 1ce14ffe1e87aa32c658dd2d94c302c61d1e467e (patch) | |
tree | df0bacfd376a47a8be40a81677f0153eedc10259 /flake.lock | |
parent | 1f59c24eccc3df46fdcedf7f1d47f0232f37d61c (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.lock | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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", |