summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-05-15 18:34:46 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-05-15 18:34:46 -0600
commitc89714f8d5fdd81bb66ce9cceffb737edaaeddbb (patch)
tree50897466ff45d094bc6cface123504a37b01ad08 /flake.nix
parentb3004669bbf9fd97e2da27b4ced693d171f34829 (diff)
testing hyprland build with nixpkgs stable
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 1e079c9..564aab6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,7 +17,7 @@
# hyprland.url = "github:hyprwm/Hyprland";
hyprland = {
url = "github:hyprwm/Hyprland";
- inputs.nixpkgs.follows = "nixpkgs-unstable";
+ inputs.nixpkgs.follows = "nixpkgs";
};
nix-colors.url = "github:misterio77/nix-colors";