Skip to content

Commit f20e8ac

Browse files
github-actions[bot]Defelo
authored andcommitted
chore: update flake.lock
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/c0f3d81a7ddbc2b1332be0d8481a672b4f6004d6?narHash=sha256-MOH58F4AIbCkh6qlQcwMycyk5SWvsqnS/TCfnqDlpj4%3D' (2026-02-27) → 'github:NixOS/nixpkgs/e38213b91d3786389a446dfce4ff5a8aaf6012f2?narHash=sha256-xWzaTvmmACR/SRWtABgI/Z97lcqwJAeoSd5QW1KdK1s%3D' (2026-03-06)
1 parent 0997213 commit f20e8ac

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@
99
let
1010
inherit (nixpkgs) lib;
1111

12-
eachSystem = f: lib.genAttrs systems (system: f nixpkgs.legacyPackages.${system});
12+
importNixpkgs =
13+
system:
14+
import nixpkgs {
15+
inherit system;
16+
config.allowDeprecatedx86_64Darwin = true;
17+
};
18+
19+
eachSystem = f: lib.genAttrs systems (system: f (importNixpkgs system));
1320
systems = [
1421
"x86_64-linux"
1522
"aarch64-linux"

0 commit comments

Comments
 (0)