diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-09 18:27:00 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-09 18:27:00 -0500 |
commit | 843a265999df3422e2a9098d61da4401ad04cb6c (patch) | |
tree | ca0dca2e46c12a2427417a40576cc26c045ac5ca /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,11 +1,11 @@ { description = "a sisu like parser & document generator"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - inputs.flake-utils.url = "github:numtide/flake-utils"; + #inputs.flake-utils.url = "github:numtide/flake-utils"; outputs = { self, nixpkgs, - flake-utils, + #flake-utils, ... }@inputs: let pname = "spine"; |