Skip to content

Commit

Permalink
remove passed attribs
Browse files Browse the repository at this point in the history
  • Loading branch information
spiceratops committed Jul 25, 2024
1 parent 0d00c27 commit 7355d6a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@
"aarch64-linux"
"i686-linux"
"x86_64-linux"
"aarch64-darwin"
"x86_64-darwin"
];
# This is a function that generates an attribute by calling a function you
# pass to it, with each system as an argument
forAllSystems = nixpkgs.lib.genAttrs systems;
in {
# Your custom packages
# Accessible through 'nix build', 'nix shell', etc
Expand Down

0 comments on commit 7355d6a

Please sign in to comment.