From 742ab4508cd9c7afbdc334cc5e8818bc10696422 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 24 Jun 2024 21:03:17 -0400 Subject: [PATCH] flake: Update to latest nixos-unstable release Also has the latest version of hyprland. --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index e9296e4a..56042352 100644 --- a/flake.lock +++ b/flake.lock @@ -170,11 +170,11 @@ ] }, "locked": { - "lastModified": 1718141734, - "narHash": "sha256-cA+6l8ZCZ7MXGijVuY/1f55+wF/RT4PlTR9+g4bx86w=", + "lastModified": 1719180626, + "narHash": "sha256-vZAzm5KQpR6RGple1dzmSJw5kPivES2heCFM+ZWkt0I=", "owner": "nix-community", "repo": "home-manager", - "rev": "892f76bd0aa09a0f7f73eb41834b8a904b6d0fad", + "rev": "6b1f90a8ff92e81638ae6eb48cd62349c3e387bb", "type": "github" }, "original": { @@ -201,16 +201,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1718917609, - "narHash": "sha256-/MFCEwQtI3kB9fFh5BDGGwWQ2/+PJSnAyXH0swzQD3A=", - "owner": "donovanglover", + "lastModified": 1719075281, + "narHash": "sha256-CyyxvOwFf12I91PBWz43iGT1kjsf5oi6ax7CrvaMyAo=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "032ddc04be95f4d2e45aa821655f19dbb89bd883", + "rev": "a71e967ef3694799d0c418c98332f7ff4cc5f6af", "type": "github" }, "original": { - "owner": "donovanglover", - "ref": "unstable-hyprland-v0.41.1", + "owner": "NixOS", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 9dffa69e..27bb18c8 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:donovanglover/nixpkgs/unstable-hyprland-v0.41.1"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; home-manager = { url = "github:nix-community/home-manager";