diff options
author | ene <ene@sils.li> | 2023-03-25 07:56:48 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-25 07:56:48 +0100 |
commit | f0d261b781d69b9380bb43a008131cb3db846af9 (patch) | |
tree | cd68a1d2e8005c421735be085428dcf18783ce01 /flake.lock | |
parent | Feat(system/libvirtd): Add libvirtd support (diff) | |
download | nixos-config-f0d261b781d69b9380bb43a008131cb3db846af9.zip |
Feat(system/services/nix): Add templates and short names
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index bdd55dbd..162a8888 100644 --- a/flake.lock +++ b/flake.lock @@ -519,6 +519,7 @@ "shell-library": "shell-library", "snap-sync": "snap-sync", "strip_js_comments": "strip_js_comments", + "templates": "templates", "user_js": "user_js", "yambar_cpu": "yambar_cpu", "yambar_memory": "yambar_memory" @@ -739,6 +740,21 @@ "url": "https://codeberg.org/ene/strip_js_comments.git" } }, + "templates": { + "locked": { + "lastModified": 1679727232, + "narHash": "sha256-dwxC5EhBS4kNRNgVO93Totv7m44LwtBOAX+DZ2eNBk8=", + "ref": "refs/heads/prime", + "rev": "fd0ca7125d3a63071c2122bf110f458ff75b0dd5", + "revCount": 1, + "type": "git", + "url": "https://codeberg.org/ene/nixos-templates.git" + }, + "original": { + "type": "git", + "url": "https://codeberg.org/ene/nixos-templates.git" + } + }, "tree_sitter_js": { "flake": false, "locked": { |