Initial commit, basic web page with reagent component is working
This commit is contained in:
commit
5aac0474c1
13 changed files with 2103 additions and 0 deletions
11
flake.nix
Normal file
11
flake.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
inputs.nixpkgs.url = github:NixOS/nixpkgs;
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
in {
|
||||
devShell.${system} = import ./shell.nix { inherit pkgs; };
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue