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;};
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user