diff options
Diffstat (limited to 'templates/devenv/flake-parts')
| -rw-r--r-- | templates/devenv/flake-parts/flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/devenv/flake-parts/flake.nix b/templates/devenv/flake-parts/flake.nix index 5c32548..8708556 100644 --- a/templates/devenv/flake-parts/flake.nix +++ b/templates/devenv/flake-parts/flake.nix @@ -2,6 +2,7 @@ inputs = { devenv.url = "github:cachix/devenv"; my-nixpkgs.url = "github:qaristote/my-nixpkgs"; + nixpkgs = {}; }; nixConfig = { |
