nix: update input `nixpkgs`
authorJulien Moutinho <julm@sourcephile.fr>
Mon, 22 Aug 2022 21:21:09 +0000 (23:21 +0200)
committerJulien Moutinho <julm@sourcephile.fr>
Mon, 22 Aug 2022 21:30:03 +0000 (23:30 +0200)
flake.lock
flake.nix

index d5671b75ee24c62ee902b3f86c54c84eeb76fd45..73de1f4fdf2d99182a3ef2b17ec5f5c6d0b7f997 100644 (file)
     },
     "nixpkgs": {
       "locked": {
-        "narHash": "sha256-QGxadqKWICchuuLIF2QwmHPVaUk+qO33ml5p1wW4IyA=",
-        "path": "/nix/store/ps3i3zj8c9swr3a39kybnsv7ys0pw1p3-source",
-        "type": "path"
+        "lastModified": 1660908602,
+        "narHash": "sha256-SwZ85IPWvC4NxxFhWhRMTJpApSHbY1u4YK2UFWEBWvY=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "495b19d5b3e62b4ec7e846bdfb6ef3d9c3b83492",
+        "type": "github"
       },
       "original": {
         "id": "nixpkgs",
index 292c6ebabc97b98c370397e7d95564ef084570cd..7af77bbce55a16b1b9f6517f4046abe9e1439c69 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -13,7 +13,7 @@
     let
       pkg = "webc";
       lib = inputs.nixpkgs.lib;
-      forAllSystems = f: lib.genAttrs lib.systems.supported.hydra (system: f rec {
+      forAllSystems = f: lib.genAttrs lib.systems.flakeExposed (system: f rec {
         inherit system;
         pkgs = inputs.nixpkgs.legacyPackages.${system};
         haskellPackages = pkgs.haskellPackages.extend (with pkgs.haskell.lib; hfinal: hsuper: {