summaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-12-09 18:33:20 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2024-12-09 18:33:20 -0500
commitcb5a80a280777a2603242270c125ec5b384adab3 (patch)
tree0b61001217c1efbac104818787025c9b1926de77 /flake.nix
parentnix build, dub, take account of nixpkgs build changes (diff)
flake.nix, removed flake-utils
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c2c18d9..41fcc66 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
{
description = "a sisu like document parser search form";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
- inputs.flake-utils.url = "github:numtide/flake-utils";
+ #inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.spine-d-overlay = {
url = "git://git.sisudoc.org/package/dlang-nix-overlays-and-flake";
inputs.nixpkgs.follows = "nixpkgs";
@@ -10,7 +10,7 @@
outputs = {
self,
nixpkgs,
- flake-utils,
+ #flake-utils,
spine-d-overlay,
...
}@inputs: let