add more caches and nixd
This commit is contained in:
parent
3da66c1cd3
commit
5344688a20
5 changed files with 76 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -32,7 +32,17 @@
|
|||
flake = false;
|
||||
};
|
||||
helix.url = "github:helix-editor/helix/23.03";
|
||||
nixd = {
|
||||
url = "github:nix-community/nixd";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { ... } @ args: import ./outputs.nix args;
|
||||
|
||||
nixConfig = {
|
||||
extra-trusted-public-keys = "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs=";
|
||||
extra-substituters = "https://nix-community.cachix.org/ https://helix.cachix.org/";
|
||||
extra-trusted-substituters = "https://nix-community.cachix.org/ https://helix.cachix.org/";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue