1
0
forked from clan/clan-core

drop binary cache from flake

This generates warnings for users of the CLI and confuses them.
In our CI systems we can just provide our binary cache.
This commit is contained in:
Jörg Thalheim 2024-07-21 15:27:31 +02:00
parent 2516f38c37
commit 79a6ad2715

View File

@ -1,11 +1,6 @@
{
description = "clan.lol base operating system";
nixConfig.extra-substituters = [ "https://cache.clan.lol" ];
nixConfig.extra-trusted-public-keys = [
"cache.clan.lol-1:3KztgSAB5R1M+Dz7vzkBGzXdodizbgLXGXKXlcQLA28="
];
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
disko.url = "github:nix-community/disko";