Remove unreachable code.
This commit is contained in:
parent
9c3319e34d
commit
1b3e1c5145
1 changed files with 0 additions and 13 deletions
13
flake.nix
13
flake.nix
|
@ -13,21 +13,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixConfig = {
|
|
||||||
extra-substituters = [
|
|
||||||
"https://nix-community.cachix.org"
|
|
||||||
"https://hsndev.cachix.org"
|
|
||||||
];
|
|
||||||
extra-trusted-public-keys = [
|
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
|
||||||
"hsndev.cachix.org-1:vN1/XGBZtMLnTFYDmTLDrullgZHSUYY3Kqt+Yg/C+tE="
|
|
||||||
];
|
|
||||||
trusted-users = ["root" "gitea-runner"];
|
|
||||||
};
|
|
||||||
|
|
||||||
outputs = { self, sops-nix, nixpkgs, srvos, disko, ... }@inputs:
|
outputs = { self, sops-nix, nixpkgs, srvos, disko, ... }@inputs:
|
||||||
let
|
let
|
||||||
linuxMachineName = "linux";
|
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue