mirror of
https://github.com/NixOS/templates.git
synced 2026-01-12 09:18:32 +01:00
3 lines
131 B
Nix
3 lines
131 B
Nix
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
|
src = builtins.fetchGit ./.;
|
|
}).shellNix
|