Updates nixpkgs-stable to 24.11

This commit is contained in:
Abhinav Sarkar 2025-01-13 23:08:39 +05:30
parent 1cce6679c1
commit 8771f573e8
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -150,16 +150,16 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1735564410,
"narHash": "sha256-HB/FA0+1gpSs8+/boEavrGJH+Eq08/R2wWNph1sM1Dg=",
"lastModified": 1736644795,
"narHash": "sha256-6Fnro1glZHrHUPnkcpxw7tkpVJWQZiJfp/N1zhl1MhY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1e7a8f391f1a490460760065fa0630b5520f9cf8",
"rev": "c4533bdb2e7a4eb14096414e8dee7762a968cae3",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-24.05-darwin",
"ref": "nixpkgs-24.11-darwin",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixpkgs-24.05-darwin";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixpkgs-24.11-darwin";
nixpkgs-ghostty.url = "github:nixos/nixpkgs/69b9a8c860bdbb977adfa9c5e817ccb717884182";
nix-darwin = {
url = "github:LnL7/nix-darwin";