add uiua flake input

This commit is contained in:
2025-07-18 22:04:35 +02:00
parent dc6bfc0311
commit 3da4b2e1aa
3 changed files with 88 additions and 1 deletions

View File

@@ -26,9 +26,14 @@
# If using a stable channel you can use `url = "github:nix-community/nixvim/nixos-<version>"`
inputs.nixpkgs.follows = "nixpkgs";
};
uiua = {
url = "github:uiua-lang/uiua";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, home-manager, nixvim, ... } @ inputs:
outputs = { self, nixpkgs, home-manager, nixvim, uiua, ... } @ inputs:
let
system = "x86_64-linux";
pkgs = import nixpkgs {