zh
This commit is contained in:
parent
a9fb469606
commit
54c1a40ca7
2 changed files with 6 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -147,11 +147,11 @@
|
|||
"nixpkgs": "nixpkgs_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1738538888,
|
||||
"narHash": "sha256-5Qs39jrzdlFJN0h/v7VkjkD7uFp6omT8/Krpodh0VJU=",
|
||||
"lastModified": 1738603892,
|
||||
"narHash": "sha256-RcFJjRJguv0dfvs3tf8bjClGd5kue9KWc5gnUBoi+bA=",
|
||||
"owner": "kylekrein",
|
||||
"repo": "emacs-config",
|
||||
"rev": "a98cc117fc875fb47d1cce1a218373a5eac79b72",
|
||||
"rev": "1f6d6bde186abc4b95c37dff6509fa284c1be200",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue