diff --git a/flake.lock b/flake.lock index 594b576..f4ae99b 100644 --- a/flake.lock +++ b/flake.lock @@ -1043,16 +1043,16 @@ }, "nixpkgs_8": { "locked": { - "lastModified": 1731179756, - "narHash": "sha256-UaQKAXTuMEU7hI/knFbmGWD0LYlHm26gRctFP00ZglU=", + "lastModified": 1731317540, + "narHash": "sha256-BwZ467Sc53FDmGcF2+YTD9VsVNo7vXlOj4fsaWUyvwk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9b83f4c1249fe7d9dcd136089af0e930e1f9d9d4", + "rev": "fcfcc8e0f43dda421dfe797b85e5da0efde64012", "type": "github" }, "original": { "owner": "nixos", - "ref": "9b83f4c", + "ref": "master", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index cc365ec..b9c8e93 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Nixos config flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/9b83f4c"; + nixpkgs.url = "github:nixos/nixpkgs/master"; # nixpkgs.url = "/home/noa/programming/nixpkgs"; nix-colors = {