From 5e4fe081d2db8fdd7f879bbe819bf1073c22a4c8 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Thu, 6 Apr 2023 12:31:14 -0300 Subject: [PATCH] top-level flake edit --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index da5e593..61be80e 100644 --- a/flake.nix +++ b/flake.nix @@ -3,10 +3,6 @@ outputs = { self }: { templates = { - shell = { - path = ./shell; - description = "Template for a devShell"; - }; package = { path = ./package; description = "Template for a nix package"; @@ -15,6 +11,10 @@ path = ./rust; description = "Rust template, using oxalica/rust-overlay"; }; + shell = { + path = ./shell; + description = "Template for a devShell"; + }; }; }; }