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