mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
10 lines
266 B
Nix
10 lines
266 B
Nix
# default.nix - for backwards compatibility with nix-build
|
|
(import (
|
|
fetchTarball {
|
|
url = "https://github.com/edolstra/flake-compat/archive/master.tar.gz";
|
|
sha256 = "0yqfa6rx8md81bcn4szfp0hjq2f3h9i8zjzhqqyfqdkrj5559nmw";
|
|
}
|
|
) {
|
|
src = ./.;
|
|
}).defaultNix
|