mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
11 lines
257 B
Nix
11 lines
257 B
Nix
|
|
(
|
||
|
|
import (
|
||
|
|
fetchTarball {
|
||
|
|
url = "https://github.com/edolstra/flake-compat/archive/99f1c2157fba4bfe6211a321fd0ee43199025dbf.tar.gz";
|
||
|
|
sha256 = "0x2jn3vrawwv9xp15674wjz9pixwjyj3j771izayl962zziivbx2";
|
||
|
|
}
|
||
|
|
) {
|
||
|
|
src = ./.;
|
||
|
|
}
|
||
|
|
).shellNix
|