diff --git a/flake.lock b/flake.lock index 96f6623..798690c 100644 --- a/flake.lock +++ b/flake.lock @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1660375717, - "narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", + "lastModified": 1663634720, + "narHash": "sha256-wMYXWKgysznBUHmvq5fN0uzUTNpnBLREPupM17xP8MY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", + "rev": "998f0f7924198b2460458728de59fe738997f28e", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index df75779..9eaca79 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,11 @@ outputs = { self, flake-utils, nixpkgs }: { templates = rec { + clojure = { + path = ./clojure; + description = "Clojure development environment"; + }; + cue = { path = ./cue; description = "Cue development environment";