Skip to content

Commit

Permalink
fixup (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold authored Apr 25, 2021
1 parent eed2149 commit 2ebf255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ let
eachDefaultSystem
eachSystem
flattenTree
filterPackages
mkApp
simpleFlake
;
Expand Down
2 changes: 1 addition & 1 deletion filterPackages.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
system: packages:
let
# Adopted from nixpkgs.lib
inherit (builtins) listToAttrs concatMap attrName;
inherit (builtins) listToAttrs concatMap attrNames;
nameValuePair = name: value: { inherit name value; };
filterAttrs = pred: set:
listToAttrs (
Expand Down

0 comments on commit 2ebf255

Please sign in to comment.