flake: remove unused master input
This commit is contained in:
parent
c6cbe941c4
commit
4c6911ea6f
2 changed files with 2 additions and 3 deletions
|
@ -73,7 +73,6 @@
|
|||
overlays = [ inputs.agenix.overlays.default ];
|
||||
};
|
||||
unstable = import inputs.unstable { inherit system; };
|
||||
master = import inputs.master { inherit system; };
|
||||
};
|
||||
|
||||
checks =
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ self, inputs, ... }:
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake = {
|
||||
nixosModules = rec {
|
||||
nixosModules = {
|
||||
overlays = (
|
||||
{ ... }:
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue