mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-08-02 12:24:52 +02:00
redirect back to original page on login
This commit is contained in:
parent
e40bd6c13b
commit
3bd791f047
5 changed files with 62 additions and 25 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-25.11";
|
||||
nixpkgs.url = "nixpkgs/nixos-26.05";
|
||||
flakelight = {
|
||||
url = "github:nix-community/flakelight";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -29,13 +29,12 @@
|
|||
})
|
||||
(import ./nix/overlay.nix)
|
||||
];
|
||||
toolchain = pkgs: pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
|
||||
tools = pkgs:
|
||||
with pkgs; [
|
||||
bacon
|
||||
cargo-edit
|
||||
nodejs
|
||||
nodePackages.svgo
|
||||
svgo
|
||||
typescript
|
||||
sqlx-cli
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue