diff options
Diffstat (limited to 'templates/devenv/flake-parts/flake.nix')
| -rw-r--r-- | templates/devenv/flake-parts/flake.nix | 2 |
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 ######################## |
