Format
This commit is contained in:
parent
5ab8759f0b
commit
ac31709f4e
3 changed files with 12 additions and 12 deletions
|
|
@ -17,7 +17,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs: inputs.snowfall-lib.mkFlake {
|
outputs = inputs:
|
||||||
|
inputs.snowfall-lib.mkFlake {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "et-bembo";
|
pname = "et-bembo";
|
||||||
version = "unstable-2018-04-11";
|
version = "unstable-2018-04-11";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue