commit df63f323f44c6e6df393e1789d37f7dc3bd98daa
parent aa17155978c3bae15c773b76cdc9ee84be745233
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 15 May 2023 20:03:06 +0200
parent aa17155978c3bae15c773b76cdc9ee84be745233
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 15 May 2023 20:03:06 +0200
flake.lock: Update Flake lock file updates: • Updated input 'ctucx-things': 'git+https://git.ctu.cx/ctucx.things?ref=master&rev=54e89882e658a3427f41101ad4efdb910db99539' (2023-01-03) → 'git+https://git.ctu.cx/ctucx.things?ref=main&rev=71e9e3b4feb9f691bd2670086c69ad2cb862eeb4' (2023-05-15)
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/flake.lock b/flake.lock @@ -97,16 +97,16 @@ ] }, "locked": { - "lastModified": 1672774201, - "narHash": "sha256-DGhfV1r4ET7KSLoLTTAldykpLZhmltpHnq1meJwT8G4=", - "ref": "master", - "rev": "54e89882e658a3427f41101ad4efdb910db99539", - "revCount": 3, + "lastModified": 1684173595, + "narHash": "sha256-oKQiy18kXFNH564k2InmPEDjug/y1dtXDOpdwh5Sg+M=", + "ref": "main", + "rev": "71e9e3b4feb9f691bd2670086c69ad2cb862eeb4", + "revCount": 4, "type": "git", "url": "https://git.ctu.cx/ctucx.things" }, "original": { - "ref": "master", + "ref": "main", "type": "git", "url": "https://git.ctu.cx/ctucx.things" }
diff --git a/flake.nix b/flake.nix @@ -225,7 +225,7 @@ ctucx-things = { type = "git"; url = "https://git.ctu.cx/ctucx.things"; - ref = "master"; + ref = "main"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-utils.follows = "flake-utils"; };