meta(nix): Move test lib to separate directory

This commit is contained in:
Donovan Glover 2024-04-09 08:02:16 -04:00
parent 5f25e19d3f
commit 7b564db92d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
let
inherit (builtins) attrValues;
in
(import ../lib.nix) {
(import ../lib/test.nix) {
name = "hyprland";
nodes.machine = { nix-config, ... }: {

View File

@ -2,7 +2,7 @@
let
inherit (builtins) attrValues;
in
(import ../lib.nix) {
(import ../lib/test.nix) {
name = "neovim";
nodes.machine = { nix-config, ... }: {