Skip to content

Commit

Permalink
refactor(shell.nix): Remove nixpkgs fallback
Browse files Browse the repository at this point in the history
As the shell.nix is supposed to have access to the pkgs defined by the flake.
  • Loading branch information
PetarKirov committed May 7, 2023
1 parent 750a096 commit 1a89139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{pkgs ? import <nixpkgs> {}}:
{pkgs}:
with pkgs;
mkShell {
packages =
Expand Down

0 comments on commit 1a89139

Please sign in to comment.