diff options
author | Franck Cuny <franck@fcuny.net> | 2023-09-14 19:36:32 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-09-14 19:39:36 -0700 |
commit | 24aa43faf4893aa6d07abcc21d2f5ad7e3c42082 (patch) | |
tree | aa5454f118f3189b9714d9571838c3f00449a046 | |
parent | build(deps): bump cachix/install-nix-action from 22 to 23 (#7) (diff) | |
download | fcuny.net-24aa43faf4893aa6d07abcc21d2f5ad7e3c42082.tar.gz |
flake.lock: Update
Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/f9e7cf818399d17d347f847525c5a5a8032e4e44' (2023-08-23) → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/597ed0c552bb13bd6cc53bf2e8917e180eae3879' (2023-09-12) → 'github:nixos/nixpkgs/4b790413b4cb67615f2efcdde5066d9c57138369' (2023-09-15)
-rw-r--r-- | flake.lock | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock index 3a69b67..56ffc7a 100644 --- a/flake.lock +++ b/flake.lock @@ -1,12 +1,15 @@ { "nodes": { "flake-utils": { + "inputs": { + "systems": "systems" + }, "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "type": "github" }, "original": { @@ -17,16 +20,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1669764884, - "narHash": "sha256-1qWR/5+WtqxSedrFbUbM3zPMO7Ec2CGWaxtK4z4DdvY=", + "lastModified": 1694740028, + "narHash": "sha256-8xmi+Ov2KYEscjS5+EBuJgFYLx62n9ZjWePrYU4I3HM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0244e143dc943bcf661fdaf581f01eb0f5000fcf", + "rev": "4b790413b4cb67615f2efcdde5066d9c57138369", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-22.05", + "ref": "master", "repo": "nixpkgs", "type": "github" } @@ -36,6 +39,21 @@ "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root", |