fast and minimal static site generator
ssg
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

nix: formatting

+6 -3
+6 -3
flake.nix
··· 1 1 { 2 2 description = "a fast and minimal static site generator"; 3 3 4 - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; 5 - inputs.flake-utils.url = "github:numtide/flake-utils"; 6 - inputs.gomod2nix.url = "github:nix-community/gomod2nix"; 4 + inputs = 5 + { 6 + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; 7 + flake-utils.url = "github:numtide/flake-utils"; 8 + gomod2nix.url = "github:nix-community/gomod2nix"; 9 + }; 7 10 8 11 outputs = { self, nixpkgs, flake-utils, gomod2nix }: 9 12 (flake-utils.lib.eachDefaultSystem