Make hyprland track unstable

This commit is contained in:
Nathan McCarty 2023-08-05 16:28:05 -04:00
parent 4649a228c6
commit db573e63ad
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 8 additions and 8 deletions

View File

@ -180,7 +180,7 @@
"hyprland-protocols"
],
"nixpkgs": [
"nixpkgs"
"nixpkgs-unstable"
],
"wlroots": "wlroots",
"xdph": "xdph"
@ -220,7 +220,7 @@
"hyprland-protocols": {
"inputs": {
"nixpkgs": [
"nixpkgs"
"nixpkgs-unstable"
]
},
"locked": {
@ -240,7 +240,7 @@
"hyprpaper": {
"inputs": {
"nixpkgs": [
"nixpkgs"
"nixpkgs-unstable"
]
},
"locked": {
@ -853,7 +853,7 @@
"hyprland-protocols"
],
"nixpkgs": [
"nixpkgs"
"nixpkgs-unstable"
]
},
"locked": {

View File

@ -11,21 +11,21 @@
};
hyprland-protocols = {
url = "github:hyprwm/hyprland-protocols";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
inputs.hyprland-protocols.follows = "hyprland-protocols";
};
xdph = {
url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
inputs.hyprland-protocols.follows = "hyprland-protocols";
};
hyprpaper = {
url = "github:hyprwm/hyprpaper";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
hyprland-contrib.url = "github:hyprwm/contrib";
nix-on-droid = {