mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
11 lines
257 B
Nix
11 lines
257 B
Nix
|
(import
|
||
|
(
|
||
|
fetchTarball {
|
||
|
url = "https://github.com/edolstra/flake-compat/archive/b4a34015c698c7793d592d66adbab377907a2be8.tar.gz";
|
||
|
sha256 = "1qc703yg0babixi6wshn5wm2kgl5y1drcswgszh4xxzbrwkk9sv7";
|
||
|
}
|
||
|
)
|
||
|
{
|
||
|
src = ./.;
|
||
|
}).shellNix
|