summaryrefslogtreecommitdiff
path: root/templates/devenv/flake-parts
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2023-09-17 17:28:19 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2023-09-17 17:28:19 +0200
commit11a054251e539475bb237a9b548b744e6627b255 (patch)
tree7e51a9bf0ab3a2a82199e498d95a10b9fd2fbf87 /templates/devenv/flake-parts
parentee90b5afeb61f14eec0ec46938a91dd86fb9f184 (diff)
fix templates
Diffstat (limited to 'templates/devenv/flake-parts')
-rw-r--r--templates/devenv/flake-parts/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devenv/flake-parts/flake.nix b/templates/devenv/flake-parts/flake.nix
index deca3e5..031a8d6 100644
--- a/templates/devenv/flake-parts/flake.nix
+++ b/templates/devenv/flake-parts/flake.nix
@@ -16,7 +16,7 @@
...
} @ inputs:
flake-parts.lib.mkFlake {inherit inputs;} {
- imports = with my-nixpkgs.flakeModules; [personal devenv];
+ imports = builtins.attrValues {inherit (my-nixpkgs.flakeModules) personal devenv;};
perSystem = {...}: {
devenv.shells.default = {
######################## PUT YOUR CONFIG HERE ########################