fixed nix develop

This commit is contained in:
kenji
2025-08-11 20:35:41 -05:00
parent 4dc566a037
commit a6c6f7958f
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -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;};
};
});
};
+2 -1
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
/nix/store/8471m2w95hhz2b0906bmkrcly18cm0dz-illogical-impulse-packages
/nix/store/wplngxvvby9pijyjpf9gx4f9kz101rjk-illogical-impulse-packages