nixos-24.11 #6

Merged
sercanto merged 23 commits from nixos-24.11 into consensus 2025-02-17 13:10:39 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit e3e3bd1625 - Show all commits

View file

@ -5590,16 +5590,16 @@
}, },
"nixpkgs_37": { "nixpkgs_37": {
"locked": { "locked": {
"lastModified": 1730327045, "lastModified": 1732981179,
"narHash": "sha256-xKel5kd1AbExymxoIfQ7pgcX6hjw9jCgbiBjiUfSVJ8=", "narHash": "sha256-F7thesZPvAMSwjRu0K8uFshTk3ZZSNAsXTIFvXBT+34=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "080166c15633801df010977d9d7474b4a6c549d7", "rev": "62c435d93bf046a5396f3016472e8f7c8e2aed65",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-24.05", "ref": "nixos-24.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -11,7 +11,7 @@
daedalus.url = github:input-output-hk/daedalus/?ref=6.0.0; daedalus.url = github:input-output-hk/daedalus/?ref=6.0.0;
iohkNix.url = github:input-output-hk/iohk-nix/?ref=df1da282f996ec46b33379407df99613a1fbafdd; iohkNix.url = github:input-output-hk/iohk-nix/?ref=df1da282f996ec46b33379407df99613a1fbafdd;
nix.url = github:NixOS/nix/?ref=2.24.6; nix.url = github:NixOS/nix/?ref=2.24.6;
nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.05; nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.11;
nixpkgsUnstable.url = github:NixOS/nixpkgs; nixpkgsUnstable.url = github:NixOS/nixpkgs;
ragenix = { ragenix = {
url = github:yaxitech/ragenix; url = github:yaxitech/ragenix;