refactor(tazjin/nixos): Prepare for restricted-eval
Change-Id: I6adbe1d53581dddc4c7c3a44516fbed3a661daff Reviewed-on: https://cl.tvl.fyi/c/depot/+/5689 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
1ad9b249f4
commit
9eb4002d18
3 changed files with 6 additions and 6 deletions
|
|
@ -6,8 +6,8 @@ _: # ignore readTree options
|
|||
{ config, depot, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
mod = name: depot.path + ("/ops/modules/" + name);
|
||||
usermod = name: depot.path + ("/users/tazjin/nixos/modules/" + name);
|
||||
mod = name: depot.path.origSrc + ("/ops/modules/" + name);
|
||||
usermod = name: depot.path.origSrc + ("/users/tazjin/nixos/modules/" + name);
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue