add self to headless

This commit is contained in:
Andreas Zweili 2022-01-22 07:25:22 +01:00
parent bac8bd0c1e
commit cca241f63b

View File

@ -1,7 +1,7 @@
{ pkgs, ... }:
{ self, pkgs, ... }:
{
imports = [
./common
(import ./common { inherit self; })
./software/git
./software/vim
];