commit
f9b96ef9e8
|
@ -17,11 +17,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1660375717,
|
"lastModified": 1663634720,
|
||||||
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=",
|
"narHash": "sha256-wMYXWKgysznBUHmvq5fN0uzUTNpnBLREPupM17xP8MY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07",
|
"rev": "998f0f7924198b2460458728de59fe738997f28e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -10,6 +10,11 @@
|
||||||
outputs = { self, flake-utils, nixpkgs }:
|
outputs = { self, flake-utils, nixpkgs }:
|
||||||
{
|
{
|
||||||
templates = rec {
|
templates = rec {
|
||||||
|
clojure = {
|
||||||
|
path = ./clojure;
|
||||||
|
description = "Clojure development environment";
|
||||||
|
};
|
||||||
|
|
||||||
cue = {
|
cue = {
|
||||||
path = ./cue;
|
path = ./cue;
|
||||||
description = "Cue development environment";
|
description = "Cue development environment";
|
||||||
|
|
Loading…
Reference in a new issue