This commit is contained in:
Henry Hiles 2026-07-20 12:21:45 -04:00
commit 2a13058098
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 20 additions and 19 deletions

35
flake.lock generated
View file

@ -379,17 +379,17 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1784051068, "lastModified": 1784469983,
"narHash": "sha256-YYB5CuU1YQll6MGGD1cJiQBil730DU3vp94ui6psRmg=", "narHash": "sha256-R8HBptXxAJSPqJILtBcLU6urGD3kGZDZ5LOidv8Ad0Q=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "1ac05838ddeb3ec96d91d59c9b534feac714c87d", "rev": "8b3be67860004eb9cc1aedf74abcb645981c7f6a",
"revCount": 7381, "revCount": 7395,
"type": "git", "type": "git",
"url": "https://forgejo.ellis.link/eleboucher/continuwuity" "url": "https://forgejo.ellis.link/continuwuation/continuwuity"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://forgejo.ellis.link/eleboucher/continuwuity" "url": "https://forgejo.ellis.link/continuwuation/continuwuity"
} }
}, },
"cozybot": { "cozybot": {
@ -1422,11 +1422,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1784129366, "lastModified": 1784546264,
"narHash": "sha256-N5JiyICSeQF14x+OQebNyPpYowOT9Rs1iKyeCylSzOA=", "narHash": "sha256-jxVr5EHMYAOkFvS2k0abIvt6NqyshyWmiHHzV17sT2g=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "165228b0efefc3e635e5174020c40ea64271dc25", "rev": "e3dea8e4792b09a6c0eb5836b0284ad05b1acba0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1871,16 +1871,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1784074959, "lastModified": 1784563608,
"narHash": "sha256-3TV7KOPOozMr3ljs9eYoTwCwDGkumeRHwX+Fgul6ohI=", "narHash": "sha256-abjZ4j5MQYGK65vZZVg/+SneeqIfmVtfL4jdbuC1BgY=",
"ref": "refs/heads/main", "ref": "quad/feat/oauth-login",
"rev": "06824784cbca07ed800e8b69c2291dee9a54f8e2", "rev": "75437655ca631e66688d0f04e151c22ccf8e3704",
"revCount": 640, "revCount": 652,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://git.federated.nexus/nexus/Nexus" "url": "https://git.federated.nexus/nexus/Nexus"
}, },
"original": { "original": {
"ref": "quad/feat/oauth-login",
"type": "git", "type": "git",
"url": "https://git.federated.nexus/nexus/Nexus" "url": "https://git.federated.nexus/nexus/Nexus"
} }
@ -2606,11 +2607,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1784007870, "lastModified": 1784497964,
"narHash": "sha256-djcLt/JJphyNt4eDY9XTly+/WbCK5lqWq9lSgCmJkkQ=", "narHash": "sha256-vlHUuqAcbcH2RKmHbPiuQzbv1pnzzavXnI62RD0bqCU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "18b9261cb3294b6d2a06d03f96872827b8fe2698", "rev": "241313f4e8e508cb9b13278c2b0fa25b9ca27163",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -6,7 +6,7 @@
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
nix-maid.url = "github:viperML/nix-maid"; nix-maid.url = "github:viperML/nix-maid";
continuwuity = { continuwuity = {
url = "git+https://forgejo.ellis.link/eleboucher/continuwuity"; url = "git+https://forgejo.ellis.link/continuwuation/continuwuity";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
disko = { disko = {
@ -30,7 +30,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nexus = { nexus = {
url = "git+https://git.federated.nexus/nexus/Nexus"; url = "git+https://git.federated.nexus/nexus/Nexus?ref=quad/feat/oauth-login";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
lasuite-docs-proxy = { lasuite-docs-proxy = {