mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fix: infinite recursion because of self import
This commit is contained in:
parent
3bcae9e7fc
commit
585ab2b5aa
1 changed files with 0 additions and 4 deletions
|
@ -6,10 +6,6 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
../shared
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
inputs.miovim.packages.${system}.default
|
inputs.miovim.packages.${system}.default
|
||||||
pkgs.curl
|
pkgs.curl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue