mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
Bump ivabus-dev to ee24ef2 + add commit_id
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
e6220b96eb
commit
8f36adac17
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs ? import <nixpkgs> { }, bundlerEnv, ... }:
|
{ pkgs ? import <nixpkgs> { }, bundlerEnv ? pkgs.bundlerEnv, ... }:
|
||||||
let
|
let
|
||||||
version = "a7c514e8b50fed844335a6e0e383d97a366e3e21";
|
version = "ee24ef24ce65367f831c10375613eff3f8cf5f09";
|
||||||
repo = builtins.fetchGit {
|
repo = builtins.fetchGit {
|
||||||
url = "https://github.com/ivabus/website";
|
url = "https://github.com/ivabus/website";
|
||||||
rev = version;
|
rev = version;
|
||||||
|
@ -29,6 +29,7 @@ in pkgs.stdenv.mkDerivation {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
echo "commit_id: ${version}" >> _config.yml
|
||||||
bundle exec jekyll build
|
bundle exec jekyll build
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue