Merge pull request #223 from nix-community/flake-remove-substituters

flake: remove nixConfig
This commit is contained in:
Ryan Lahfa 2023-09-14 11:10:07 +00:00 committed by GitHub
commit 1255f8fc49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -1,11 +1,4 @@
{
nixConfig.extra-substituters = [
"https://nix-community.cachix.org"
];
nixConfig.extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
description = "Secure Boot for NixOS";
inputs = {