Use helix from nixpkgs
This commit is contained in:
parent
e53a688e51
commit
575fed8443
4 changed files with 11 additions and 281 deletions
|
@ -31,14 +31,13 @@
|
|||
url = "github:NixOS/flake-registry";
|
||||
flake = false;
|
||||
};
|
||||
helix.url = "github:helix-editor/helix/23.05";
|
||||
};
|
||||
|
||||
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/";
|
||||
extra-trusted-public-keys = "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=";
|
||||
extra-substituters = "https://nix-community.cachix.org/";
|
||||
extra-trusted-substituters = "https://nix-community.cachix.org/";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue