forked from Shinonome/dots-hyprland
fixed nix develop
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
matugen,
|
||||
oneUI,
|
||||
...
|
||||
}: let
|
||||
} @ inputs: let
|
||||
supportedSystems = ["x86_64-linux"];
|
||||
eachSupportedSystem = f:
|
||||
nixpkgs.lib.genAttrs supportedSystems (system: let
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
devShells = eachSupportedSystem (pkgs: {
|
||||
default = pkgs.mkShell {
|
||||
packages = import ./modules/packages.nix {inherit pkgs;};
|
||||
packages = import ./modules/packages.nix {inherit pkgs inputs self;};
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}:
|
||||
with pkgs; [
|
||||
@@ -101,7 +102,7 @@ with pkgs; [
|
||||
wtype
|
||||
ydotool
|
||||
# --- Illogical Impulse Widget Dependencies ---
|
||||
inputs.illogical-impulse.legacyPackages.${pkgs.system}.quickshellWithQT
|
||||
self.legacyPackages.${pkgs.system}.quickshellWithQT
|
||||
# quickshell.packages.${pkgs.system}.default
|
||||
fuzzel
|
||||
# glib2
|
||||
|
||||
Reference in New Issue
Block a user