Skip to content

Commit

Permalink
flake: remove cachix substituter
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Nov 29, 2023
1 parent 02a9b03 commit 0054b23
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
description = "VATSIM Germany ATCISS";

nixConfig = {
extra-substituters = [
"https://atciss.cachix.org"
];
extra-trusted-public-keys = [
"atciss.cachix.org-1:5YxebJMhVUPoSmO/f+KYNp2fDa6f8navGGWzCSKCI0A="
];
};

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
Expand Down

0 comments on commit 0054b23

Please sign in to comment.