diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2023-04-27 12:04:29 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2023-04-27 12:04:29 +0100 |
commit | e560d504c98a8262aa08c4c802515841f5feae4d (patch) | |
tree | eb9f46ddb8e56ce32c9a9e4c029466b4970405d4 /flake.lock | |
parent | Add a nix flake that sets up a development environment (via devenv) (#15495) (diff) | |
download | synapse-anoa/nix_flake_22.11.tar.xz |
Switch to nixpkgs 22.11 for most packages github/anoa/nix_flake_22.11 anoa/nix_flake_22.11
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock index 85886b730f..13a8ffd3b4 100644 --- a/flake.lock +++ b/flake.lock @@ -184,13 +184,13 @@ "type": "github" } }, - "nixpkgs_2": { + "nixpkgs-unstable": { "locked": { - "lastModified": 1682519441, - "narHash": "sha256-Vsq/8NOtvW1AoC6shCBxRxZyMQ+LhvPuJT6ltbzuv+Y=", + "lastModified": 1682592683, + "narHash": "sha256-L2Y8rRlVzu5qA3CZqTMotuoj2EXrVbV52BB1nhEGsKE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7a32a141db568abde9bc389845949dc2a454dfd3", + "rev": "468813060dc63db045cd9b47bc633292f2d08f9a", "type": "github" }, "original": { @@ -200,6 +200,22 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1669833724, + "narHash": "sha256-/HEZNyGbnQecrgJnfE8d0WC5c1xuPSD2LUpB6YXlg4c=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "4d2b37a84fad1091b9de401eb450aae66f1a741e", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "22.11", + "repo": "nixpkgs", + "type": "github" + } + }, "pre-commit-hooks": { "inputs": { "flake-compat": [ @@ -233,6 +249,7 @@ "devenv": "devenv", "fenix": "fenix", "nixpkgs": "nixpkgs_2", + "nixpkgs-unstable": "nixpkgs-unstable", "systems": "systems" } }, |