fix: resolve makima 404 and undefined overridesDir variable
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
let
|
||||
configDir = ./config;
|
||||
overridesDir = "${config.home.homeDirectory}/.config/nomarchy/overrides";
|
||||
|
||||
# Behavior config categories with their source paths
|
||||
behaviorConfigs = {
|
||||
|
||||
@@ -32,17 +32,13 @@
|
||||
url = "github:abenz1267/walker";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
makima = {
|
||||
url = "github:fujiapple86/makima";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixos-hardware, disko, impermanence, home-manager, nix-colors, stylix, walker, makima, ... } @ inputs: let
|
||||
outputs = { self, nixpkgs, nixos-hardware, disko, impermanence, home-manager, nix-colors, stylix, walker, ... } @ inputs: let
|
||||
# Overlays
|
||||
overlays = [
|
||||
(final: prev: {
|
||||
makima-bin = makima.packages.${prev.system}.default;
|
||||
makima-bin = prev.makima;
|
||||
nomarchy-system-scripts = final.callPackage ./core/system/scripts-derivation.nix { };
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user