mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
flake: fix templates
This commit is contained in:
parent
7bb0b0dd1f
commit
cdfbab6490
@ -3,19 +3,19 @@
|
|||||||
flake.templates = {
|
flake.templates = {
|
||||||
default = inputs.self.templates.basic-devshell;
|
default = inputs.self.templates.basic-devshell;
|
||||||
basic-devshell = {
|
basic-devshell = {
|
||||||
path = ../templates/basic-devshell;
|
path = ../../templates/basic-devshell;
|
||||||
description = "Basic development shell template";
|
description = "Basic development shell template";
|
||||||
};
|
};
|
||||||
basic-overlay-flake = {
|
basic-overlay-flake = {
|
||||||
path = ../templates/basic-overlay-flake;
|
path = ../../templates/basic-overlay-flake;
|
||||||
description = "Basic overlay as a flake";
|
description = "Basic overlay as a flake";
|
||||||
};
|
};
|
||||||
sample-nixos-template = {
|
sample-nixos-template = {
|
||||||
path = ../templates/sample-nixos-template;
|
path = ../../templates/sample-nixos-template;
|
||||||
description = "Simple sample Nix flake with NixOS and home-manager";
|
description = "Simple sample Nix flake with NixOS and home-manager";
|
||||||
};
|
};
|
||||||
local-ruby-nix = {
|
local-ruby-nix = {
|
||||||
path = ../templates/local-ruby-nix;
|
path = ../../templates/local-ruby-nix;
|
||||||
description = "Local Ruby app development with ruby-nix";
|
description = "Local Ruby app development with ruby-nix";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user