diff options
| author | seth <[email protected]> | 2024-10-16 21:18:46 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-16 23:23:33 -0400 |
| commit | 19b64bed1e31489de83f0c7d1b0ec1e77e3f7c49 (patch) | |
| tree | ab2d101836db1d44f09996a9bea7469dfe2ec80d /templates/full/default.nix | |
| parent | 43d30b3ea28ab03a2e6da5101dc2b84918f18c51 (diff) | |
templates: cleanup
Diffstat (limited to 'templates/full/default.nix')
| -rw-r--r-- | templates/full/default.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/full/default.nix b/templates/full/default.nix deleted file mode 100644 index 6466507..0000000 --- a/templates/full/default.nix +++ /dev/null @@ -1,9 +0,0 @@ -(import ( - let - lock = builtins.fromJSON (builtins.readFile ./flake.lock); - in - fetchTarball { - url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz"; - sha256 = lock.nodes.flake-compat.locked.narHash; - } -) { src = ./.; }).defaultNix |
