updated flake

This commit is contained in:
2025-06-09 17:55:17 +02:00
parent 3f5cfc3d66
commit f20cf526d6

View File

@@ -1,6 +1,11 @@
{ {
description = "Bennos Private Hugo Page"; description = "Bennos Private Hugo Page";
nixConfig.bash-prompt = "\[gohugo\]$ "; nixConfig = {
bash-prompt = "\[gohugo\]$ ";
# Enable submodules
fetchSubmodules = true;
};
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";