diff --git a/flake.lock b/flake.lock index 82d9e434075c3869f40e2854df09bf019279f3f7..e44a27858743e763f38bf246902f21a8561b6d93 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,15 @@ { "nodes": { "nixpkgs": { "locked": { - "lastModified": 1741037377, - "narHash": "sha256-SvtvVKHaUX4Owb+PasySwZsoc5VUeTf1px34BByiOxw=", + "lastModified": 1728679842, + "narHash": "sha256-c8LQCDsH4h5MRoeq3grbDhvk5FLEsv8xXFY/pFcFLrE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "02032da4af073d0f6110540c8677f16d4be0117f", + "rev": "e857941615688e07a70163fd83a60cf3221bb013", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 40ee8d68dca61de15e745d9dade7531ad9540195..5f2080a8a7ab812405cba8a6fb7e616980ae62ef 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + inputs.nixpkgs.url = "github:nixos/nixpkgs"; outputs = {