flake: bump to get systemd v254

With systemd v254, we get valid AA64 EFI binaries from systemd!
This commit is contained in:
Raito Bezarius 2023-09-29 02:40:26 +02:00
parent 976faf9bf5
commit 7951cbc668
2 changed files with 4 additions and 3 deletions

View File

@ -106,11 +106,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1689951833, "lastModified": 1695859332,
"narHash": "sha256-wdpIgb5X0p85RRne74TeUOp9ti7a1k9KDSe4NzsaAGk=", "narHash": "sha256-w2a7NW3VtI5FgFPUKslYRGAj5Qb7y4i0I2QO0S/lBMQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ebf4e87429ce7faa51a86a36a7b2e615c8bcc735", "rev": "248a83fffc10b627da67fa6b25d2c13fc7542628",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -235,6 +235,7 @@
let let
systemdUkify = pkgs.systemdMinimal.override { systemdUkify = pkgs.systemdMinimal.override {
withEfi = true; withEfi = true;
withBootloader = true;
withUkify = true; withUkify = true;
}; };
in in