nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 075286fb8255ab1dd3c01cc9ea3f210ac7d5c05d
parent 92ed2e6052b2b08fe9f5cea9152fbdaca0f897c2
Author: mtmn <miro@haravara.org>
Date:   Mon, 25 May 2026 18:12:49 +0200

chore: use corpus' nixpkgs

Diffstat:
Mflake.lock | 28+++++++++++++++++++++-------
Mflake.nix | 1-
2 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -49,16 +49,14 @@ "corpus": { "inputs": { "elm2nix": "elm2nix", - "nixpkgs": [ - "nixpkgs" - ] + "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1779639241, - "narHash": "sha256-7C4HFTXega2RpWvDIS2tIAAOGrXrzj7xtUJueG/6f2w=", + "lastModified": 1779724245, + "narHash": "sha256-EzuHFvf/NqOJYBLnnIhQfWswlB+rMSEyWSuuoTqp8Fo=", "owner": "~mtmn", "repo": "corpus", - "rev": "158911443a5ad991d41008570297de98b413e041", + "rev": "b3a4a1bfb44072409696b2d9d244f6d739fd9466", "type": "sourcehut" }, "original": { @@ -309,6 +307,22 @@ "type": "github" } }, + "nixpkgs_3": { + "locked": { + "lastModified": 1779593580, + "narHash": "sha256-le3WvQyzAQjBZnb7q2c8C5Fk2c9LgN/Oq+b0KiD4fM4=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d849bb215dcdf71bce3e686839ccdb4219e84b2f", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "ragenix": { "inputs": { "agenix": "agenix", @@ -341,7 +355,7 @@ "disko": "disko", "home-manager": "home-manager", "nix-index-database": "nix-index-database", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs_3", "ragenix": "ragenix", "shirts": "shirts" } diff --git a/flake.nix b/flake.nix @@ -41,7 +41,6 @@ corpus = { url = "sourcehut:~mtmn/corpus"; - inputs.nixpkgs.follows = "nixpkgs"; }; };