diff --git a/flake.lock b/flake.lock index 070045cff..c499e295e 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "flake-utils": { "locked": { - "lastModified": 1649676176, - "narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=", + "lastModified": 1653893745, + "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678", + "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1", "type": "github" }, "original": { @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1651690927, - "narHash": "sha256-ejcIWou5r+0d84IYWgiPJrNPEGaszP9ZNu2/+JdXPx4=", + "lastModified": 1654007547, + "narHash": "sha256-G812EeXZeGeGjkAvbTleGwcKFCGxdLOQb9aViOWASPc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b4cc9cd38f05f1a764e21bfb1b14e89be76068b0", + "rev": "5643714dea562f0161529ab23058562afeff46d0", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index e8120a661..2086c4470 100644 --- a/flake.nix +++ b/flake.nix @@ -7,11 +7,7 @@ }; outputs = { self, nixpkgs, flake-utils }: - flake-utils.lib.eachSystem [ - "aarch64-darwin" - "x86_64-linux" - "x86_64-darwin" - ] + flake-utils.lib.eachDefaultSystem (system: let pkgs = import nixpkgs { inherit system; }; in