Move common nix code one level up.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../common/global
|
||||
../common/compute-node.nix
|
||||
../../common/global
|
||||
../../common/compute-node.nix
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../common/global
|
||||
../common/compute-node.nix
|
||||
../../common/global
|
||||
../../common/compute-node.nix
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../common/global
|
||||
../common/compute-node.nix
|
||||
../../common/global
|
||||
../../common/compute-node.nix
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../common/global
|
||||
../common/user-node.nix
|
||||
../../common/global
|
||||
../../common/user-node.nix
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user