generated from Luis/nextjs-python-web-template
init: ui bootstrapping nextjs
This commit is contained in:
17
pkgs/ui/flake-module.nix
Normal file
17
pkgs/ui/flake-module.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ self, ... }:
|
||||
{
|
||||
perSystem = { pkgs, system, ... }:
|
||||
let
|
||||
inherit (self.inputs) floco;
|
||||
base = pkgs.callPackage ./default.nix { inherit floco system; };
|
||||
in
|
||||
{
|
||||
packages = {
|
||||
ui = base.pkg.global;
|
||||
};
|
||||
devShells.ui = pkgs.callPackage ./shell.nix {
|
||||
inherit pkgs;
|
||||
inherit (base) fmod pkg;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user