aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorAndrĂ© Silva <[email protected]>2024-05-10 23:51:53 +0100
committerGitHub <[email protected]>2024-05-11 01:51:53 +0300
commita8ab1b1679e639ef23952f1a1d0834859d1c01b7 (patch)
treec24a01a902ca68d73e710f67c89ea0465926d05a /flake.nix
parent6e594e44162ed5ad8fd9db3e552723e32169158a (diff)
downloadHyprland-a8ab1b1679e639ef23952f1a1d0834859d1c01b7.tar.gz
Hyprland-a8ab1b1679e639ef23952f1a1d0834859d1c01b7.zip
nix: build improvements (#5952)
* scripts: allow using existing variable values in generateVersion.sh * nix: populate versioning variables * nix: remove unused meson input * nix: remove unnecessary hyprland-protocols dependency * Nix: remove nixConfig from flake It's more annoying than helpful. * CI/Nix: fix PR build failure --------- Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/flake.nix b/flake.nix
index eff2b3cd..82e3e4bb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -74,9 +74,6 @@
# hyprland-extras
xdg-desktop-portal-hyprland
- # dependencies
-
- hyprland-protocols
;
});
@@ -97,9 +94,4 @@
nixosModules.default = import ./nix/module.nix inputs;
homeManagerModules.default = import ./nix/hm-module.nix self;
};
-
- nixConfig = {
- extra-substituters = ["https://hyprland.cachix.org"];
- extra-trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
- };
}