mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
fix: temporarily pin hyprland to stable to avoid mesa bugs
This commit is contained in:
parent
f81c7f795c
commit
569a389fa9
4 changed files with 41 additions and 5 deletions
|
@ -53,6 +53,8 @@
|
|||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
hyprland-stable.url = "github:nixos/nixpkgs/6404fe89d602c9511c08f4978bcb214032cd3cfc";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -77,8 +79,11 @@
|
|||
|
||||
nixosConfigurations = {
|
||||
demeter = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
modules = [
|
||||
./hosts/demeter
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue