mirror of
https://github.com/NixOS/templates.git
synced 2026-01-13 01:38:35 +01:00
3 lines
133 B
Nix
3 lines
133 B
Nix
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
|
src = builtins.fetchGit ./.;
|
|
}).defaultNix
|