From 1fb64b09e2dba34784732a61cbebc119cd847803 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 3 May 2024 11:52:06 +0200 Subject: feat: create nixos options.json importer --- justfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index b780c07..b878de3 100644 --- a/justfile +++ b/justfile @@ -4,6 +4,9 @@ default: prepare: ln -sf $(nix-build --no-out-link -A css) frontend/static/base.css +update-nixos-options: + ln -sf $(nix-build --no-out-link -A nixos-options)/share/doc/nixos/options.json data/nixos-options.json + checkformat: gofmt -d . goimports -d . -- cgit 1.4.1