From 843a265999df3422e2a9098d61da4401ad04cb6c Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 9 Dec 2024 18:27:00 -0500 Subject: flake.nix, removed flake-utils --- org/config_nix.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org/config_nix.org') diff --git a/org/config_nix.org b/org/config_nix.org index eced79d..e394822 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -24,11 +24,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"; -- cgit v1.2.3