Skip to content

Commit

Permalink
nix: Update nixpkgs, and use 'flakeExposed' for systems list
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed May 27, 2022
1 parent a2f0e94 commit 3fc6858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# cf. https://github.com/NixOS/nix/issues/3843#issuecomment-661720562
outputs = { self, nixpkgs, flake-parts, ... }:
flake-parts.lib.mkFlake { inherit self; } {
systems = nixpkgs.lib.systems.supported.hydra;
systems = nixpkgs.lib.systems.flakeExposed;
# The primed versions (self', inputs') are same as the non-primed
# versions, but with 'system' already applied.
perSystem = { self', inputs', pkgs, system, ... }:
Expand Down

0 comments on commit 3fc6858

Please sign in to comment.