Compare commits

..

2 commits

Author SHA1 Message Date
Artturin 3a3bc563bf syntax highlight 2025-02-13 18:05:51 +02:00
Artturin be87b388ab Add flake and fix config.toml
remove theme.toml

It appears you based the repo on a theme or something?
2025-02-13 17:19:48 +02:00
2 changed files with 3 additions and 16 deletions

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1745870676,
"narHash": "sha256-IpldIaWrlasZZlKHPxitkrJ1ex4EVphuWYXVDdF5kf4=",
"lastModified": 1735821806,
"narHash": "sha256-cuNapx/uQeCgeuhUhdck3JKbgpsml259sjUQnWM7zW8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fdb6c240562c5ad516253419cc6f26819705d3e0",
"rev": "d6973081434f88088e5321f83ebafe9a1167c367",
"type": "github"
},
"original": {

View file

@ -40,11 +40,6 @@
'';
})
) { };
serve-site = prev.writers.writeBashBin "serve-site" ''
${prev.lib.getExe prev.zola} build --base-url ""
${prev.lib.getExe prev.python3} -m http.server --bind 127.0.0.1 8081 --directory ./public
'';
})
];
};
@ -55,14 +50,6 @@
bluespec-docs = pkgs.bluespec-docs;
};
apps = {
# `nix run` will run this
default = {
type = "app";
program = "${pkgs.serve-site}/bin/serve-site";
};
};
devShells.default =
with pkgs;
mkShell {