From 56c94899d8eb3620e6d4c99e087d9f466988f8ff Mon Sep 17 00:00:00 2001 From: joygnu Date: Thu, 5 Sep 2024 17:54:57 +0200 Subject: [PATCH] back to nixos-unstable --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index c994e73..62bd71f 100644 --- a/flake.lock +++ b/flake.lock @@ -511,16 +511,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1725540113, - "narHash": "sha256-v2fx8nyroIjhnHUdHiLBYrMPeepHVLXV5Be/b2XOO9Y=", + "lastModified": 1725432240, + "narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "32d9a02308da236db215b8c1c3b097328e649203", + "rev": "ad416d066ca1222956472ab7d0555a6946746a80", "type": "github" }, "original": { "owner": "nixos", - "ref": "master", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 16681e6..45aa2b9 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/master"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; ags.url = "github:Aylur/ags"; stylix.url = "github:danth/stylix"; hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";