Switch to an older version of nixpkgs

https://github.com/NixOS/nixpkgs/pull/163335 introduced a regression
that we are affected by
This commit is contained in:
Charlotte 🦝 Delenk 2022-03-23 14:46:36 +01:00
parent c996e5bcde
commit c4ff3bcfa5
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 5 additions and 4 deletions

View file

@ -563,16 +563,17 @@
},
"nixpkgs_7": {
"locked": {
"lastModified": 1648039248,
"narHash": "sha256-9Vy5jYmhem8e9fAOOtvAqbXKR8ZUpMZzc5Isq3oYq1E=",
"lastModified": 1648031101,
"narHash": "sha256-CHNIOo6b9xmJH1DcqyvGCU+aJwusVgVl9yj7AtncdNg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "effc36166922854cc83a3e139fda14904260ba02",
"rev": "f4998c542d68a8a6e3d345d5c106e5915f430a16",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f4998c542d68a8a6e3d345d5c106e5915f430a16",
"type": "github"
}
},

View file

@ -3,7 +3,7 @@ rec {
# Use NixOS unstable
inputs = {
nixpkgs.url = github:NixOS/nixpkgs;
nixpkgs.url = github:NixOS/nixpkgs/f4998c542d68a8a6e3d345d5c106e5915f430a16;
nixpkgs-soundtouch.url = "github:darkkirb/nixpkgs?ref=soundtouch-2.3.1";
flake-utils.url = github:numtide/flake-utils;
rust-overlay.url = github:oxalica/rust-overlay;