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