Skip to content

Commit

Permalink
Do not use inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
whs-dot-hk authored and blaggacao committed Jan 8, 2024
1 parent fe56cac commit 5ce7c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dev/mkShell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let

pkgs = import inputs.nixpkgs {
inherit (inputs.nixpkgs) system;
overlays = [inputs.devshell.overlays.default];
overlays = [devshell.overlays.default];
};
in
configuration: let
Expand Down

0 comments on commit 5ce7c94

Please sign in to comment.