nix

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

commit 85c1777ee462a6402d19e29a34fb8327b0931c61
parent e884cc2c5d17be80060e360a573681d37cc34566
Author: mtmn <miro@haravara.org>
Date:   Mon, 13 Apr 2026 09:58:21 +0200

.

Diffstat:
Mflake.lock | 62+++++++++++++++++++++++++++++++-------------------------------
Rmodules/services/scorpus.nix -> modules/services/corpus.nix | 0
2 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -8,7 +8,7 @@ "ragenix", "nixpkgs" ], - "systems": "systems_2" + "systems": "systems_3" }, "locked": { "lastModified": 1761656077, @@ -24,6 +24,25 @@ "type": "github" } }, + "corpus": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1776066879, + "narHash": "sha256-KR4rMG1fyM7nwZvNmvfGhiXVlnv724xjitlRcB3c5f0=", + "ref": "refs/heads/master", + "rev": "c879e12715e9e785efd7718e394d82f9beeef420", + "revCount": 50, + "type": "git", + "url": "ssh://git@codeberg.org/mtmn/corpus.git" + }, + "original": { + "type": "git", + "url": "ssh://git@codeberg.org/mtmn/corpus.git" + } + }, "crane": { "locked": { "lastModified": 1760924934, @@ -122,7 +141,7 @@ }, "flake-utils": { "inputs": { - "systems": "systems_3" + "systems": "systems" }, "locked": { "lastModified": 1731533236, @@ -220,11 +239,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1775888245, - "narHash": "sha256-nwASzrRDD1JBEu/o8ekKYEXm/oJW6EMCzCRdrwcLe90=", + "lastModified": 1775793324, + "narHash": "sha256-omax7atcZbol+6HJ2RLpP+ZCFcPa5bZ65Hn71RufeWQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "13043924aaa7375ce482ebe2494338e058282925", + "rev": "9d29d5f667d7467f98efc31881e824fa586c927e", "type": "github" }, "original": { @@ -236,11 +255,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1775793324, - "narHash": "sha256-omax7atcZbol+6HJ2RLpP+ZCFcPa5bZ65Hn71RufeWQ=", + "lastModified": 1775888245, + "narHash": "sha256-nwASzrRDD1JBEu/o8ekKYEXm/oJW6EMCzCRdrwcLe90=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9d29d5f667d7467f98efc31881e824fa586c927e", + "rev": "13043924aaa7375ce482ebe2494338e058282925", "type": "github" }, "original": { @@ -254,7 +273,7 @@ "inputs": { "agenix": "agenix", "crane": "crane", - "flake-utils": "flake-utils", + "flake-utils": "flake-utils_2", "nixpkgs": [ "nixpkgs" ], @@ -276,13 +295,13 @@ }, "root": { "inputs": { + "corpus": "corpus", "deploy-rs": "deploy-rs", "disko": "disko", "home-manager": "home-manager", "nix-index-database": "nix-index-database", - "nixpkgs": "nixpkgs", + "nixpkgs": "nixpkgs_2", "ragenix": "ragenix", - "scorpus": "scorpus", "tools": "tools" } }, @@ -307,25 +326,6 @@ "type": "github" } }, - "scorpus": { - "inputs": { - "flake-utils": "flake-utils_2", - "nixpkgs": "nixpkgs_2" - }, - "locked": { - "lastModified": 1776031188, - "narHash": "sha256-1OwH38hzswkol26qfqsoM9n/cZgFtoFi87kARldwl8s=", - "ref": "refs/heads/master", - "rev": "aa9ace4b5c5ccb23983417e8b366962d8ab95030", - "revCount": 43, - "type": "git", - "url": "ssh://git@codeberg.org/mtmn/scorpus.git" - }, - "original": { - "type": "git", - "url": "ssh://git@codeberg.org/mtmn/scorpus.git" - } - }, "systems": { "locked": { "lastModified": 1681028828, @@ -404,7 +404,7 @@ }, "utils": { "inputs": { - "systems": "systems" + "systems": "systems_2" }, "locked": { "lastModified": 1731533236, diff --git a/modules/services/scorpus.nix b/modules/services/corpus.nix