zaphyra's git: haumea

fork of https://github.com/nix-community/haumea

commit 85038436851caf5bbf652a2fedf38b2b28e38caf
parent bbb436d9c5d3310fe81b67bbd2a708e08aad72db
Author: figsoda <figsoda@pm.me>
Date: Tue, 18 Apr 2023 23:04:02 -0400

bump
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## v0.2.1 - 2023-04-19
+
+## Features
+
+- `loaders.scoped` to utilize `scopedImport` instead of `import` for loading files
+
 ## v0.2.0 - 2023-04-10
 
 ## Breaking Changes
diff --git a/templates/default/flake.nix b/templates/default/flake.nix
@@ -1,7 +1,7 @@
 {
   inputs = {
     haumea = {
-      url = "github:nix-community/haumea/v0.2.0";
+      url = "github:nix-community/haumea/v0.2.1";
       inputs.nixpkgs.follows = "nixpkgs";
     };
     nixpkgs.url = "github:nix-community/nixpkgs.lib";