This commit is contained in:
parent
59d2205e7a
commit
4b7fa67767
6 changed files with 5 additions and 7 deletions
|
@ -29,6 +29,8 @@
|
|||
};
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.nix_2_23;
|
||||
|
||||
# Edit nix.conf
|
||||
settings = {
|
||||
# Store
|
||||
|
|
|
@ -9,7 +9,9 @@
|
|||
|
||||
nix-fast-buildPkg = nix-fast-build.packages.${pkgs.system}.nix-fast-build.override {
|
||||
nix-eval-jobs =
|
||||
pkgs.nix-eval-jobs
|
||||
pkgs.nix-eval-jobs.override {
|
||||
nix = config.nix.package;
|
||||
}
|
||||
// {
|
||||
nix = config.nix.package;
|
||||
};
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -9,11 +9,6 @@ let
|
|||
|
||||
# Inputs
|
||||
nixTools = {
|
||||
lix-module = mkDep {
|
||||
type = "git";
|
||||
url = "https://git.lix.systems/lix-project/nixos-module";
|
||||
};
|
||||
|
||||
nix-fast-build = mkDep {
|
||||
owner = "Mic92";
|
||||
repo = "nix-fast-build";
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
"discord-overlay"
|
||||
"grim-hyprland"
|
||||
"jovian"
|
||||
"lix-module"
|
||||
"nixpkgs-wayland"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue