diff --git a/flake.lock b/flake.lock index ebf3a62..f000fd8 100644 --- a/flake.lock +++ b/flake.lock @@ -828,16 +828,16 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1743256265, - "narHash": "sha256-1GJtabBAEwSkwKgSBe+osLCYwcRr5zx5H7ipuoVkO/4=", - "owner": "nixos", + "lastModified": 1743276155, + "narHash": "sha256-58M8lZwf07NZA+rfqF4S7XBAchBaqLayXCmlCn3XUMQ=", + "owner": "cything", "repo": "nixpkgs", - "rev": "5dab1e63b3efccf767a54b0b978b41fe7410aff0", + "rev": "b1a1a918e0f3b30085441fd246b52b572057e919", "type": "github" }, "original": { - "owner": "nixos", - "ref": "nixos-unstable-small", + "owner": "cything", + "ref": "rtl8821ce-6.14", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index b76d3e1..31b2c6c 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "cy's flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:cything/nixpkgs/rtl8821ce-6.14"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; sops-nix = { url = "github:Mic92/sops-nix";