Add devshell to flake templates output

This commit is contained in:
Sam W 2022-06-11 16:02:05 +01:00
parent 114bfcbf80
commit 20d20aff9d
1 changed files with 4 additions and 0 deletions

View File

@ -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; };