This commit is contained in:
Aleksandr Lebedev 2025-02-03 22:15:43 +01:00
parent a9fb469606
commit 54c1a40ca7
2 changed files with 6 additions and 3 deletions

View file

@ -72,6 +72,9 @@
#};
arm = "aarch64-linux";
x86 = "x86_64-linux";
nativePackagesOverlay = self: super: {
stdenv = super.impureUseNativeOptimizations super.stdenv;
};
first-nixos-install = "1729112485"; #stat -c %W /
in {