@cryptotaxi247 / infra / commits / 6abdbfca

Track nixpkgs-unstable for more recent package versions

Martin Weinelt committed Apr 6, 2025 at 16:30 UTC 6abdbfca9da125158180d093657bc07cf9e3241a
2 files changed +19
flake.lock
+17
@@ -522,6 +522,22 @@
522 "type": "indirect"
523 }
524 },
525 + "nixpkgs-unstable": {
526 + "locked": {
527 + "lastModified": 1743814133,
528 + "narHash": "sha256-drDyYyUmjeYGiHmwB9eOPTQRjmrq3Yz26knwmMPLZFk=",
529 + "owner": "NixOS",
530 + "repo": "nixpkgs",
531 + "rev": "250b695f41e0e2f5afbf15c6b12480de1fe0001b",
532 + "type": "github"
533 + },
534 + "original": {
535 + "owner": "NixOS",
536 + "ref": "nixpkgs-unstable",
537 + "repo": "nixpkgs",
538 + "type": "github"
539 + }
540 + },
541 "nixpkgs_2": {
542 "locked": {
543 "lastModified": 1732014248,
@@ -621,6 +637,7 @@
637 "nix-eval-jobs": "nix-eval-jobs",
638 "nixos-channel-scripts": "nixos-channel-scripts",
639 "nixpkgs": "nixpkgs",
640 + "nixpkgs-unstable": "nixpkgs-unstable",
641 "rfc39": "rfc39",
642 "simple-nixos-mailserver": "simple-nixos-mailserver",
643 "sops-nix": "sops-nix",
flake.nix
+2
@@ -26,6 +26,8 @@
26
27 nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11-small";
28
29 + nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
30 +
31 flake-parts.url = "github:hercules-ci/flake-parts";
32 flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
33