mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-11 12:58:49 +01:00
chore: Update to latest nixos-unstable release
Updates hyprland to 0.37.1 among other things.
This commit is contained in:
parent
13ee4a9995
commit
47d92838ee
6
flake.lock
generated
6
flake.lock
generated
@ -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": {
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./base16-schemes.nix
|
||||
./hyprland.nix
|
||||
./kitty.nix
|
||||
./srb2.nix
|
||||
./zola.nix
|
||||
|
@ -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=";
|
||||
};
|
||||
});
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user