added shortcut for flakes and updated nvim
This commit is contained in:
@@ -13,7 +13,20 @@
|
|||||||
|
|
||||||
# Nix settings
|
# Nix settings
|
||||||
## Limit Cores on rebuild and enable Flakes
|
## Limit Cores on rebuild and enable Flakes
|
||||||
nix.settings = {
|
nix = {
|
||||||
|
registry = {
|
||||||
|
voidarc = {
|
||||||
|
from = {
|
||||||
|
id = "voidarc";
|
||||||
|
type = "indirect";
|
||||||
|
};
|
||||||
|
to = {
|
||||||
|
type = "git";
|
||||||
|
url = "https://git.voidarc.co.uk/voidarc/flakes.git";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
settings = {
|
||||||
cores = 6;
|
cores = 6;
|
||||||
download-buffer-size = 524288000;
|
download-buffer-size = 524288000;
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
@@ -21,6 +34,7 @@
|
|||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
## Allow unfree packages and add pkgs.unstable
|
## Allow unfree packages and add pkgs.unstable
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
|||||||
14
flake.lock
generated
14
flake.lock
generated
@@ -318,11 +318,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_6": {
|
"nixpkgs_6": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1776169885,
|
"lastModified": 1777578337,
|
||||||
"narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=",
|
"narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9",
|
"rev": "15f4ee454b1dce334612fa6843b3e05cf546efab",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -406,11 +406,11 @@
|
|||||||
"nixpkgs": "nixpkgs_6"
|
"nixpkgs": "nixpkgs_6"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1777715181,
|
"lastModified": 1777834787,
|
||||||
"narHash": "sha256-L37NZCqNtnbieh8jVqJ2WSOdtJf+1/ccVZuh3VEXtNg=",
|
"narHash": "sha256-yHgNKWcX8AtEX7mJJhnMf8VM4kyjljj/1bpnCZhqDp8=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "98c809990b0e31ab3e8789a0bfa816357a559e03",
|
"rev": "85b26f78b1b5486b87e64ee725f73042affc8b9b",
|
||||||
"revCount": 70,
|
"revCount": 73,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/user01/.dotfiles/.config/nvim"
|
"url": "file:///home/user01/.dotfiles/.config/nvim"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user