Skip to content

Commit

Permalink
flake.nix: don't use nix-filter as an output parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsagar committed Feb 4, 2024
1 parent daa4f59 commit 2999ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
];
};

outputs = {self, nixpkgs, flake-utils, nix-filter, ...}:
outputs = {self, nixpkgs, flake-utils, ...}:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = import nixpkgs { inherit system; };
notebook = folder: {
Expand Down

0 comments on commit 2999ca7

Please sign in to comment.