locked den to 0.15.0

This commit is contained in:
2026-04-11 05:50:32 +01:00
parent b08e092351
commit a808aae26a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
den.url = "github:vic/den";
den.url = "github:vic/den?tag='v0.15.0'";
};
}
+1 -1
View File
@@ -3,7 +3,7 @@
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./config);
inputs = {
den.url = "github:vic/den";
den.url = "github:vic/den?tag='v0.15.0'";
disko.url = "github:nix-community/disko";
flake-file.url = "github:vic/flake-file";
flake-parts = {