diff --git a/flake.lock b/flake.lock index 7292999..cb4d5f3 100644 --- a/flake.lock +++ b/flake.lock @@ -159,16 +159,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1772021135, - "narHash": "sha256-RTnFkyrKbwL97yBz6C+TuOsgtVjCDsMfaxSjXBGqjCg=", + "lastModified": 1771848320, + "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "23eae0051aeff7848688aee2f7c8f63da61bebb5", + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable-small", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 8b205a4..2625c7f 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nix-flatpak.url = "github:gmodena/nix-flatpak"; czkawka-master.url = "path:./common/flakes/czkawka-master"; fet.url = "path:./common/flakes/fet";