npins
This commit is contained in:
parent
199e2acab4
commit
c2f109d689
3 changed files with 106 additions and 9 deletions
12
default.nix
12
default.nix
|
@ -1,14 +1,8 @@
|
|||
{
|
||||
system ? builtins.currentSystem,
|
||||
pkgs ? import (builtins.fetchTarball {
|
||||
url = "https://github.com/nixos/nixpkgs/archive/56c0d09b76608a7fa28127a37d81d9003e46acf6.tar.gz";
|
||||
}) { inherit system; },
|
||||
papermod ? pkgs.fetchFromGitHub {
|
||||
owner = "adityatelange";
|
||||
repo = "hugo-papermod";
|
||||
rev = "master";
|
||||
hash = "sha256-Dv/QnYYG5KTQro95kzwgQeOS0nO2HyfBoSou5AsCFAI=";
|
||||
},
|
||||
sources ? import ./npins,
|
||||
pkgs ? import sources.nixpkgs { inherit system; },
|
||||
papermod ? sources.hugo-papermod,
|
||||
}:
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "website";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue