1
0
Fork 0

Add warning msg for Hugo build issue

This commit is contained in:
Aires 2024-03-23 12:24:20 -04:00
parent c399ffcdbd
commit b07fe81ea8
2 changed files with 5 additions and 4 deletions

View file

@ -117,11 +117,11 @@
]
},
"locked": {
"lastModified": 1710974515,
"narHash": "sha256-jZpdsypecYTOO9l12Vy77otGmh9uz8tGzcguifA30Vs=",
"lastModified": 1711133180,
"narHash": "sha256-WJOahf+6115+GMl3wUfURu8fszuNeJLv9qAWFQl3Vmo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "1c2acec99933f9835cc7ad47e35303de92d923a4",
"rev": "1c2c5e4cabba4c43504ef0f8cc3f3dfa284e2dbb",
"type": "github"
},
"original": {

View file

@ -10,8 +10,9 @@ with lib;
};
config = mkIf cfg.enable {
warnings = [ "Hugo package temporarily disabled until this build issue gets fixed: https://github.com/NixOS/nixpkgs/pull/298026" ];
environment.systemPackages = with pkgs; [
#hugo # Temporarily disabled until this build issue gets fixed: https://github.com/NixOS/nixpkgs/pull/298026
#hugo
rsync
yarn
];