chore(flake): remove usage of flakehub again

This commit is contained in:
Felix Schröter 2024-05-26 11:49:54 +02:00
parent 36446e05fa
commit bf90bef6c0
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 45 additions and 137 deletions

View file

@ -7,10 +7,8 @@
inherit (prev) system;
config.allowUnfree = true;
};
inherit (inputs.fh.packages.${prev.system}) fh;
inherit (inputs.self.packages.${prev.system}) deconz brlaser;
vimPlugins = prev.vimPlugins
// final.callPackage ./pkgs/vim-plugins { inherit inputs; };
vimPlugins = prev.vimPlugins // final.callPackage ./pkgs/vim-plugins { inherit inputs; };
};
};
}