We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb436d commit 8503843Copy full SHA for 8503843
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.2.1 - 2023-04-19
4
+
5
+## Features
6
7
+- `loaders.scoped` to utilize `scopedImport` instead of `import` for loading files
8
9
## v0.2.0 - 2023-04-10
10
11
## Breaking Changes
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";
0 commit comments