just change nixpkgs atp

This commit is contained in:
cy 2025-03-29 16:10:30 -04:00
parent 814f8a0b4f
commit 0e428e8d68
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -828,16 +828,16 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1743256265, "lastModified": 1743276155,
"narHash": "sha256-1GJtabBAEwSkwKgSBe+osLCYwcRr5zx5H7ipuoVkO/4=", "narHash": "sha256-58M8lZwf07NZA+rfqF4S7XBAchBaqLayXCmlCn3XUMQ=",
"owner": "nixos", "owner": "cything",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5dab1e63b3efccf767a54b0b978b41fe7410aff0", "rev": "b1a1a918e0f3b30085441fd246b52b572057e919",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "cything",
"ref": "nixos-unstable-small", "ref": "rtl8821ce-6.14",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -2,7 +2,7 @@
description = "cy's flake"; description = "cy's flake";
inputs = { 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"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
sops-nix = { sops-nix = {
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";