mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
meta(nix): Move test lib to separate directory
This commit is contained in:
parent
5f25e19d3f
commit
7b564db92d
@ -2,7 +2,7 @@
|
||||
let
|
||||
inherit (builtins) attrValues;
|
||||
in
|
||||
(import ../lib.nix) {
|
||||
(import ../lib/test.nix) {
|
||||
name = "hyprland";
|
||||
|
||||
nodes.machine = { nix-config, ... }: {
|
||||
|
@ -2,7 +2,7 @@
|
||||
let
|
||||
inherit (builtins) attrValues;
|
||||
in
|
||||
(import ../lib.nix) {
|
||||
(import ../lib/test.nix) {
|
||||
name = "neovim";
|
||||
|
||||
nodes.machine = { nix-config, ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user