mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat: move to flakes
This commit is contained in:
parent
3447fa3d12
commit
7c5836558a
31 changed files with 921 additions and 726 deletions
2
meta.nix
2
meta.nix
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, lib, root, ... }: {
|
||||
runners = {
|
||||
lazy = {
|
||||
file = root;
|
||||
file = ./default.nix;
|
||||
args = [ "--show-trace" ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue