feat: init
This commit is contained in:
17
flake.nix
Normal file
17
flake.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
description = "imxyy_soope's flake templates";
|
||||
|
||||
outputs = { self }: {
|
||||
templates = {
|
||||
shell = {
|
||||
description = "Basic nix shell";
|
||||
path = ./shell;
|
||||
};
|
||||
sub-shell = {
|
||||
description = "Basic nix shell in a `nix` subdirectory";
|
||||
path = ./sub-shell;
|
||||
};
|
||||
};
|
||||
defaultTemplate = self.templates.shell;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user