woot, back up and running, the error was not at al related to nixvim...
This commit is contained in:
parent
0d0b074014
commit
39939714b7
5 changed files with 37 additions and 86 deletions
16
flake.nix
16
flake.nix
|
@ -59,16 +59,16 @@
|
|||
my = self.packages.${system};
|
||||
};
|
||||
|
||||
nvfetcher = final: prev: {
|
||||
sources =
|
||||
builtins.mapAttrs (_: p: p.src)
|
||||
((import ./packages/_sources/generated.nix) {
|
||||
inherit (final) fetchurl fetchgit fetchFromGitHub dockerTools;
|
||||
});
|
||||
};
|
||||
# nvfetcher = final: prev: {
|
||||
# sources =
|
||||
# builtins.mapAttrs (_: p: p.src)
|
||||
# ((import ./packages/_sources/generated.nix) {
|
||||
# inherit (final) fetchurl fetchgit fetchFromGitHub dockerTools;
|
||||
# });
|
||||
# };
|
||||
};
|
||||
|
||||
packages."${system}" = mapModules ./packages (p: pkgs.callPackage p {});
|
||||
# packages."${system}" = mapModules ./packages (p: pkgs.callPackage p {});
|
||||
|
||||
nixosModules =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue