From b82b5d52d885f81cf0d5f270ee8973cd3daa35f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=9B=87=E5=B4=A9=E4=B9=83=E9=9F=B3?= Date: Tue, 20 Sep 2022 22:15:47 +0200 Subject: [PATCH] Add Clojure env to main flake --- flake.lock | 6 +++--- flake.nix | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) 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 38055b9..fcf7f52 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,11 @@ outputs = { self, flake-utils, nixpkgs }: { templates = { + clojure = { + path = ./clojure; + description = "Clojure development environment"; + }; + cue = { path = ./cue; description = "Cue development environment";