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