chore: Update to latest nixos-unstable release

Updates hyprland to 0.37.1 among other things.
This commit is contained in:
Donovan Glover 2024-03-27 01:41:28 -04:00
parent 13ee4a9995
commit 47d92838ee
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 3 additions and 20 deletions

6
flake.lock generated
View File

@ -184,11 +184,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1711163522,
"narHash": "sha256-YN/Ciidm+A0fmJPWlHBGvVkcarYWSC+s3NTPk/P+q3c=",
"lastModified": 1711333969,
"narHash": "sha256-5PiWGn10DQjMZee5NXzeA6ccsv60iLu+Xtw+mfvkUAs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "44d0940ea560dee511026a53f0e2e2cde489b4d4",
"rev": "57e6b3a9e4ebec5aa121188301f04a6b8c354c9b",
"type": "github"
},
"original": {

View File

@ -1,7 +1,6 @@
{
imports = [
./base16-schemes.nix
./hyprland.nix
./kitty.nix
./srb2.nix
./zola.nix

View File

@ -1,16 +0,0 @@
{
nixpkgs.overlays = [
(final: prev: {
hyprland = prev.hyprland.overrideAttrs (oldAttrs: {
version = "0.36.0-unstable-2024-03-08";
src = prev.fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
rev = "024d4ddc74c9bd7945c4075c972575f20bc5b9bd";
hash = "sha256-0nQNygrQ9fbbieo6o8eGmadQ19U372OTOu1WUcmZbIs=";
};
});
})
];
}