nix

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

commit f4945471c9d1bcd9241c33cee886037c857529c4
parent 2daced25baec9fe9c60548dd4437db6ab9d84dec
Author: mtmn <miro@haravara.org>
Date:   Mon,  6 Jul 2026 11:51:51 +0200

update nixpkgs

Diffstat:
Mflake.lock | 71+++++++++++------------------------------------------------------------
Mflake.nix | 5+----
2 files changed, 12 insertions(+), 64 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -27,14 +27,16 @@ "corpus": { "inputs": { "elm2nix": "elm2nix", - "nixpkgs": "nixpkgs_2" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { - "lastModified": 1783296505, - "narHash": "sha256-HM8ZQX6bjj/cCtNCDo8z2bpwSgHurdp1X8zIeGGRhnA=", + "lastModified": 1783333471, + "narHash": "sha256-8AgSDjA6mPqJCqIlXL6NnWJ9SLcjDgiHalsN6xi1wGU=", "owner": "~mtmn", "repo": "corpus", - "rev": "9a76dca6c42c02ec0b062e7ba375c3fb5ed01a61", + "rev": "dc742abae6ca1afd52a9b00f58c1ee7d27df265c", "type": "sourcehut" }, "original": { @@ -232,43 +234,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1780365719, - "narHash": "sha256-QfWfccTN+70ZQ4m2qlU9PiKfz2Yppq94058iJyARNwc=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "ffa10e26ae11d676b2db836259889f1f571cb14f", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_3": { - "locked": { - "lastModified": 1783247743, - "narHash": "sha256-9b2xGt5CAd6WriPJOZs/EYXq9fGVCeoisYo1P3nhL2Y=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "c4013e501c048ae7c4a8940c92837636042bf6c3", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_4": { - "locked": { - "lastModified": 1782978903, - "narHash": "sha256-bG1LAS3YehMzp4RSXw99o3yMEO/Ktb0Tx29RCtEU0Tk=", + "lastModified": 1783279667, + "narHash": "sha256-/NAkDSsve+GNM0Bt6tleJdCGfsTlK89nPjkVOzZMo0s=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d33369954a67ae3322177dc9a3d564092912120c", + "rev": "f205b5574fd0cb7da5b702a2da51507b7f4fdd1b", "type": "github" }, "original": { @@ -308,9 +278,8 @@ "disko": "disko", "home-manager": "home-manager", "nix-index-database": "nix-index-database", - "nixpkgs": "nixpkgs_3", - "ragenix": "ragenix", - "shirts": "shirts" + "nixpkgs": "nixpkgs_2", + "ragenix": "ragenix" } }, "rust-overlay": { @@ -334,24 +303,6 @@ "type": "github" } }, - "shirts": { - "inputs": { - "nixpkgs": "nixpkgs_4" - }, - "locked": { - "lastModified": 1783199967, - "narHash": "sha256-6adf9Kb6bJTuBnRU0gtXNmzplCDQxUUz4onbn7UjPE0=", - "owner": "~mtmn", - "repo": "shirts", - "rev": "98a81071c6742c037abdeacd2cc90cfce15fb09c", - "type": "sourcehut" - }, - "original": { - "owner": "~mtmn", - "repo": "shirts", - "type": "sourcehut" - } - }, "systems": { "locked": { "lastModified": 1681028828, diff --git a/flake.nix b/flake.nix @@ -24,12 +24,9 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - shirts = { - url = "sourcehut:~mtmn/shirts"; - }; - corpus = { url = "sourcehut:~mtmn/corpus"; + inputs.nixpkgs.follows = "nixpkgs"; }; };