Initial commit, basic web page with reagent component is working

This commit is contained in:
heyarne 2021-12-30 15:37:23 +01:00
commit 5aac0474c1
13 changed files with 2103 additions and 0 deletions

26
flake.lock generated Normal file
View file

@ -0,0 +1,26 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1640860084,
"narHash": "sha256-EGOsNZvLSl0grwUCRqXIKDBkvZN81u3N7m813CBfHfE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1b3e15bebbaa15599d0f39c308c18a7e68eb859f",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}