feat: move to flakes

This commit is contained in:
kat witch 2021-11-21 21:38:53 +00:00 committed by kat
parent 3447fa3d12
commit 7c5836558a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
31 changed files with 921 additions and 726 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, root, ... }: {
runners = {
lazy = {
file = root;
file = ./default.nix;
args = [ "--show-trace" ];
};
};