mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
add garnix to flake.nix
This commit is contained in:
parent
2181e8c8e6
commit
fd7dbd8e0d
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
nixConfig.extra-substituters = [ "https://cache.garnix.io" ];
|
||||
nixConfig.extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils }:
|
||||
flake-utils.lib.eachDefaultSystem
|
||||
(system:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue