feat: go back to nix
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-24 21:58:37 -04:00
parent 59d2205e7a
commit 4b7fa67767
6 changed files with 5 additions and 7 deletions

View file

@ -29,6 +29,8 @@
}; };
nix = { nix = {
package = pkgs.nixVersions.nix_2_23;
# Edit nix.conf # Edit nix.conf
settings = { settings = {
# Store # Store

View file

@ -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;
}; };

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -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";

View file

@ -16,7 +16,6 @@
"discord-overlay" "discord-overlay"
"grim-hyprland" "grim-hyprland"
"jovian" "jovian"
"lix-module"
"nixpkgs-wayland" "nixpkgs-wayland"
]; ];
}; };