Init commit
This commit is contained in:
16
flake.nix
Executable file
16
flake.nix
Executable file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
description = "open webui flake";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
};
|
||||
|
||||
outputs = {...} @ inputs: let
|
||||
system = "x86_64-linux";
|
||||
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
devShells.${system} = import ./shell.nix {
|
||||
inherit pkgs;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user