From cb5a80a280777a2603242270c125ec5b384adab3 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 9 Dec 2024 18:33:20 -0500 Subject: flake.nix, removed flake-utils --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') 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 -- cgit v1.2.3