Merge pull request #223 from nix-community/flake-remove-substituters
flake: remove nixConfig
This commit is contained in:
commit
1255f8fc49
|
@ -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";
|
description = "Secure Boot for NixOS";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
Loading…
Reference in New Issue