forked from Shinonome/dots-hyprland
fixed pkgs
This commit is contained in:
@@ -102,7 +102,13 @@
|
||||
|
||||
devShells = eachSupportedSystem (pkgs: {
|
||||
default = pkgs.mkShell {
|
||||
packages = import ./modules/packages.nix {inherit pkgs inputs self;};
|
||||
packages =
|
||||
import ./modules/packages.nix {inherit pkgs;}
|
||||
++ [
|
||||
self.packages.${pkgs.system}.default
|
||||
inputs.matugen.packages.${pkgs.system}.default
|
||||
inputs.hyprland.packages.${pkgs.system}.default
|
||||
];
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user