mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
drop binary cache from flake
It's not really needed anymore and concerns user when instantiating templates: https://github.com/nix-community/nix-direnv/issues/576
This commit is contained in:
parent
f8316e92ea
commit
d41937d363
1 changed files with 0 additions and 5 deletions
|
|
@ -1,11 +1,6 @@
|
|||
{
|
||||
description = "A faster, persistent implementation of `direnv`'s `use_nix`, to replace the built-in one.";
|
||||
|
||||
nixConfig.extra-substituters = [ "https://cache.thalheim.io" ];
|
||||
nixConfig.extra-trusted-public-keys = [
|
||||
"cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc="
|
||||
];
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
flake-parts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue