Add devshell to flake templates output
This commit is contained in:
parent
114bfcbf80
commit
20d20aff9d
|
@ -13,6 +13,10 @@
|
||||||
path = ./go;
|
path = ./go;
|
||||||
description = "My preferred go setup.";
|
description = "My preferred go setup.";
|
||||||
};
|
};
|
||||||
|
devshell = {
|
||||||
|
path = ./devshell;
|
||||||
|
description = "A basic devshell setup";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
} // utils.lib.eachDefaultSystem (system:
|
} // utils.lib.eachDefaultSystem (system:
|
||||||
let pkgs = import nixpkgs { inherit system; };
|
let pkgs = import nixpkgs { inherit system; };
|
||||||
|
|
Loading…
Reference in New Issue