Compare commits
2 commits
424f5d3f19
...
21b946568d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
21b946568d | ||
![]() |
1713c9e01e |
4 changed files with 19 additions and 5 deletions
|
@ -1 +1 @@
|
|||
/nix/store/i4wcn83p1273vgv0nggpdbjqppq33aj7-pre-commit-config.json
|
||||
/nix/store/4wj49hvsmkannf285i53qczyjggvly5w-pre-commit-config.json
|
15
README.md
15
README.md
|
@ -2,4 +2,19 @@
|
|||
|
||||
The all-new (very experimental) MacGregor House website
|
||||
|
||||
## Building
|
||||
|
||||
To build, run
|
||||
|
||||
`nix build .`
|
||||
|
||||
For live preview, run
|
||||
|
||||
`bash watch.sh` and
|
||||
`nix run nixpkgs#live-server`
|
||||
|
||||
then navigate to the `src` directory.
|
||||
|
||||
## Models
|
||||
|
||||

|
||||
|
|
|
@ -88,11 +88,11 @@
|
|||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1739064336,
|
||||
"narHash": "sha256-LTZznyurm9WWchG3uPH+8Sf5hkzZyHoa9FvDW0cLk0M=",
|
||||
"lastModified": 1739669300,
|
||||
"narHash": "sha256-+FBpxx535UFK2vDW6yJkGA/7pgwVW7wsG7dnUejmGGA=",
|
||||
"owner": "jeslie0",
|
||||
"repo": "mkElmDerivation",
|
||||
"rev": "2d5f1acc6da7e6d5deeff5c9f47729a671ab8f9a",
|
||||
"rev": "009e5994ec2978c2876229cefadc20d2765f2e50",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -70,7 +70,6 @@
|
|||
nil.enable = true;
|
||||
statix.enable = true;
|
||||
markdownlint.enable = true;
|
||||
mdsh.enable = true;
|
||||
typos.enable = true;
|
||||
check-merge-conflicts.enable = true;
|
||||
commitizen.enable = true;
|
||||
|
|
Loading…
Reference in a new issue