commit
f9b96ef9e8
2 changed files with 8 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -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": {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue