mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
flake cache
This commit is contained in:
parent
78e5c4bd25
commit
8e567dbef1
1 changed files with 14 additions and 14 deletions
28
flake.nix
28
flake.nix
|
|
@ -41,20 +41,20 @@
|
|||
|
||||
in
|
||||
{
|
||||
# nixConfig = {
|
||||
# substituters = [
|
||||
# "https://cache.nixos.org/"
|
||||
# "https://hyprland.cachix.org"
|
||||
# "https://cache.flox.dev"
|
||||
# "https://nix-community.cachix.org"
|
||||
# ];
|
||||
# trusted-public-keys = [
|
||||
# "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
# "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
# "flox-store-public-0:8c/B+kjIaQ+BloCmNkRUKwaVPFWkriSAd0JJvuDu4F0="
|
||||
# "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
# ];
|
||||
# };
|
||||
nixConfig = {
|
||||
substituters = [
|
||||
"https://cache.nixos.org/"
|
||||
"https://hyprland.cachix.org"
|
||||
"https://cache.flox.dev"
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"flox-store-public-0:8c/B+kjIaQ+BloCmNkRUKwaVPFWkriSAd0JJvu4F0="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
|
||||
nixosConfigurations = {
|
||||
nixos =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue