diff options
author | Finn Behrens <me@kloenk.de> | 2021-05-27 12:05:13 +0200 |
---|---|---|
committer | Finn Behrens <me@kloenk.de> | 2021-06-01 09:45:14 +0200 |
commit | 1fefe808f65f9545f2f112229bf38adc626aed07 (patch) | |
tree | ee81bb8464208389db1058612fedbe849b4eb71c /flake.lock | |
parent | e8f585be70b22c11db5356f886049f432699eac3 (diff) |
enable aarch64-darwin build
disable lowdown sandbox on aarch64-darwin
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock index 06c507e7d..325e01fb8 100644 --- a/flake.lock +++ b/flake.lock @@ -19,16 +19,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1614309161, - "narHash": "sha256-93kRxDPyEW9QIpxU71kCaV1r+hgOgP6/aVgC7vvO8IU=", + "lastModified": 1622503062, + "narHash": "sha256-5QHhFydG1+ImYjeE7XLrPbCUZhWcSYrebXpYuY0XWz4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0e499fde7af3c28d63e9b13636716b86c3162b93", + "rev": "3a2e0c36e79cecaf196cbea23e75e74710140ea4", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-20.09-small", + "ref": "nixos-21.05-small", "type": "indirect" } }, |