Refactors flake inputs to be passed as single specialArg for simplicity
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ blocklist-hosts, ... }:
|
||||
{ inputs, ... }:
|
||||
|
||||
let blocklist = builtins.readFile "${blocklist-hosts}/alternates/gambling-porn/hosts";
|
||||
let blocklist = builtins.readFile "${inputs.blocklist-hosts}/alternates/gambling-porn/hosts";
|
||||
in
|
||||
{
|
||||
networking.extraHosts = ''
|
||||
|
Reference in New Issue
Block a user