diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-08-28 12:09:46 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-08-28 12:45:00 +0200 |
| commit | 390bbde8924e47e278b75ef412477f71781518cf (patch) | |
| tree | c8b8720ed05c77a1ddbdaf5ae5f98e3119c467d4 /templates/devenv/flake-parts/flake.nix | |
| parent | 2aa5cffaf3b1461df12500f112ba1484ee4e8a2f (diff) | |
lib: mkDevenv: fix args
Diffstat (limited to 'templates/devenv/flake-parts/flake.nix')
| -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 = { |
