From 3fc6858830ecee3d2fe1dfe9a8bfa2047cf561ac Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 27 May 2022 16:31:08 -0400 Subject: [PATCH] nix: Update nixpkgs, and use 'flakeExposed' for systems list --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 7107e0c..de37881 100644 --- a/flake.lock +++ b/flake.lock @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1652840887, - "narHash": "sha256-gEK4NNa4GwIgTZE63kt/4WTFAWRTJVSa30+h4ZjFh9U=", + "lastModified": 1653326962, + "narHash": "sha256-W8feCYqKTsMre4nAEpv5Kx1PVFC+hao/LwqtB2Wci/8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "52dc75a4fee3fdbcb792cb6fba009876b912bfe0", + "rev": "41cc1d5d9584103be4108c1815c350e07c807036", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 58f12c0..377cd5c 100644 --- a/flake.nix +++ b/flake.nix @@ -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, ... }: