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