mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 00:39:27 -05:00
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;};
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user