downgrade the nixpkgs for systemd 249 1 commit further because eval errors

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-21 07:24:05 +01:00
parent 25b13f5098
commit 899ab7c2e0
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 5 additions and 5 deletions

View file

@ -318,17 +318,17 @@
},
"nixpkgs-systemd-249": {
"locked": {
"lastModified": 1646511965,
"narHash": "sha256-/a1C5Z+f5EYEg5N8hHmDtZYtgmkUiQz/kKXnuZ8+HHI=",
"lastModified": 1646503308,
"narHash": "sha256-x2vb1snp88FgPrM994ZdxEy5hbWZpQsXT2w+JmEotZc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0423158e106ec4a838f0d8f956faecfacf4396f3",
"rev": "47494ea53c11312dcbf8e453a13f8e605814aa0f",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0423158e106ec4a838f0d8f956faecfacf4396f3",
"rev": "47494ea53c11312dcbf8e453a13f8e605814aa0f",
"type": "github"
}
},

View file

@ -23,7 +23,7 @@ rec {
nixos-hardware.url = github:NixOS/nixos-hardware;
miifox-net.url = "git+https://git.chir.rs/CarolineHusky/MiiFox.net";
miifox-net.flake = false;
nixpkgs-systemd-249.url = github:NixOS/nixpkgs/0423158e106ec4a838f0d8f956faecfacf4396f3;
nixpkgs-systemd-249.url = github:NixOS/nixpkgs/47494ea53c11312dcbf8e453a13f8e605814aa0f;
};
outputs = { self, nixpkgs, sops-nix, home-manager, chir-rs, nur, polymc, ... } @ args: