bump
This commit is contained in:
parent
a3d4870494
commit
2a13058098
2 changed files with 20 additions and 19 deletions
35
flake.lock
generated
35
flake.lock
generated
|
|
@ -379,17 +379,17 @@
|
|||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1784051068,
|
||||
"narHash": "sha256-YYB5CuU1YQll6MGGD1cJiQBil730DU3vp94ui6psRmg=",
|
||||
"lastModified": 1784469983,
|
||||
"narHash": "sha256-R8HBptXxAJSPqJILtBcLU6urGD3kGZDZ5LOidv8Ad0Q=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "1ac05838ddeb3ec96d91d59c9b534feac714c87d",
|
||||
"revCount": 7381,
|
||||
"rev": "8b3be67860004eb9cc1aedf74abcb645981c7f6a",
|
||||
"revCount": 7395,
|
||||
"type": "git",
|
||||
"url": "https://forgejo.ellis.link/eleboucher/continuwuity"
|
||||
"url": "https://forgejo.ellis.link/continuwuation/continuwuity"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://forgejo.ellis.link/eleboucher/continuwuity"
|
||||
"url": "https://forgejo.ellis.link/continuwuation/continuwuity"
|
||||
}
|
||||
},
|
||||
"cozybot": {
|
||||
|
|
@ -1422,11 +1422,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1784129366,
|
||||
"narHash": "sha256-N5JiyICSeQF14x+OQebNyPpYowOT9Rs1iKyeCylSzOA=",
|
||||
"lastModified": 1784546264,
|
||||
"narHash": "sha256-jxVr5EHMYAOkFvS2k0abIvt6NqyshyWmiHHzV17sT2g=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "165228b0efefc3e635e5174020c40ea64271dc25",
|
||||
"rev": "e3dea8e4792b09a6c0eb5836b0284ad05b1acba0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -1871,16 +1871,17 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1784074959,
|
||||
"narHash": "sha256-3TV7KOPOozMr3ljs9eYoTwCwDGkumeRHwX+Fgul6ohI=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "06824784cbca07ed800e8b69c2291dee9a54f8e2",
|
||||
"revCount": 640,
|
||||
"lastModified": 1784563608,
|
||||
"narHash": "sha256-abjZ4j5MQYGK65vZZVg/+SneeqIfmVtfL4jdbuC1BgY=",
|
||||
"ref": "quad/feat/oauth-login",
|
||||
"rev": "75437655ca631e66688d0f04e151c22ccf8e3704",
|
||||
"revCount": 652,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://git.federated.nexus/nexus/Nexus"
|
||||
},
|
||||
"original": {
|
||||
"ref": "quad/feat/oauth-login",
|
||||
"type": "git",
|
||||
"url": "https://git.federated.nexus/nexus/Nexus"
|
||||
}
|
||||
|
|
@ -2606,11 +2607,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1784007870,
|
||||
"narHash": "sha256-djcLt/JJphyNt4eDY9XTly+/WbCK5lqWq9lSgCmJkkQ=",
|
||||
"lastModified": 1784497964,
|
||||
"narHash": "sha256-vlHUuqAcbcH2RKmHbPiuQzbv1pnzzavXnI62RD0bqCU=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "18b9261cb3294b6d2a06d03f96872827b8fe2698",
|
||||
"rev": "241313f4e8e508cb9b13278c2b0fa25b9ca27163",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
nix-maid.url = "github:viperML/nix-maid";
|
||||
continuwuity = {
|
||||
url = "git+https://forgejo.ellis.link/eleboucher/continuwuity";
|
||||
url = "git+https://forgejo.ellis.link/continuwuation/continuwuity";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
disko = {
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
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";
|
||||
};
|
||||
lasuite-docs-proxy = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue