chore(nix/build): rename to reduce redundancy in attr path
Change-Id: Ibefb924bb329c2a9dc0ac8e5ee1566253300b5cf Reviewed-on: https://cl.tvl.fyi/c/depot/+/12872 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
4dad5b2ef9
commit
317bd54038
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{ depot, ... }:
|
||||
|
||||
depot.users.sterni.nix.build.buildGopherHole {
|
||||
depot.users.sterni.nix.build.gopherHole {
|
||||
name = "gopher-sterni.lv";
|
||||
dir = [
|
||||
"🚧 closed for construction 🚧"
|
||||
|
|
|
@ -6,9 +6,7 @@ let
|
|||
writeText
|
||||
;
|
||||
|
||||
inherit (depot.users.sterni.nix.build)
|
||||
buildGopherHole
|
||||
;
|
||||
buildGopherHole = depot.users.sterni.nix.build.gopherHole;
|
||||
|
||||
fileTypes = {
|
||||
# RFC1436
|
Loading…
Add table
Reference in a new issue