diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-09 18:33:20 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-09 18:33:20 -0500 |
commit | cb5a80a280777a2603242270c125ec5b384adab3 (patch) | |
tree | 0b61001217c1efbac104818787025c9b1926de77 /flake.nix | |
parent | nix build, dub, take account of nixpkgs build changes (diff) |
flake.nix, removed flake-utils
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |