fuji-wsl: init

This commit is contained in:
uku 2024-02-14 12:06:23 +01:00
parent 1bdcd5308a
commit a842256b97
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
10 changed files with 126 additions and 13 deletions

View file

@ -49,6 +49,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-wsl = {
url = "github:nix-community/NixOS-WSL";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "";
};
# ==== uku3lig stuff ====
api-rs = {
url = "github:uku3lig/api-rs";