diff --git a/flake.lock b/flake.lock index 56d4fa3..92543e0 100644 --- a/flake.lock +++ b/flake.lock @@ -90,19 +90,19 @@ "type": "github" } }, - "nixpkgs-a63367c": { + "nixpkgs-b69de56": { "locked": { - "lastModified": 1729082675, - "narHash": "sha256-HiLzacvDDFCQw4qwVMLgoCZxGAEsj3PPFOtVZMegEb8=", + "lastModified": 1728538411, + "narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a63367cfcdb886bee208f50db8b069f61158861d", + "rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "a63367cfcdb886bee208f50db8b069f61158861d", + "rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221", "type": "github" } }, @@ -176,7 +176,7 @@ "home-manager": "home-manager", "hyprpanel": "hyprpanel", "nixpkgs": "nixpkgs_3", - "nixpkgs-a63367c": "nixpkgs-a63367c", + "nixpkgs-b69de56": "nixpkgs-b69de56", "nixpkgs-master": "nixpkgs-master", "nixpkgs-stable": "nixpkgs-stable" } diff --git a/flake.nix b/flake.nix index 6d7e740..13a204f 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ }; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05"; - nixpkgs-a63367c.url = "github:nixos/nixpkgs/a63367cfcdb886bee208f50db8b069f61158861d"; + nixpkgs-b69de56.url = "github:nixos/nixpkgs/b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221"; nixpkgs-master.url = "github:nixos/nixpkgs/master"; hyprpanel.url = "github:Jas-SinghFSU/HyprPanel"; diff --git a/overlays/default.nix b/overlays/default.nix index d5bc29e..a3a3285 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -20,7 +20,7 @@ }; pinned-packages = final: _prev: { - pinned = import inputs.nixpkgs-a63367c { + pinned = import inputs.nixpkgs-b69de56 { system = final.system; config.allowUnfree = true; };