diff options
-rw-r--r-- | derivation.nix | 2 | ||||
-rw-r--r-- | devenv.nix | 2 | ||||
-rw-r--r-- | org/config_nix.org | 6 | ||||
-rw-r--r-- | org/nixpkgs_overlays_d_related.org | 2 | ||||
-rwxr-xr-x | shell.nix | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/derivation.nix b/derivation.nix index 28d784a..28c3c39 100644 --- a/derivation.nix +++ b/derivation.nix @@ -98,7 +98,7 @@ with ( pkgs.sqlite ( with pkgs-nix; [ - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes ## package manager dub ## compiler @@ -10,7 +10,7 @@ with pkgs; # ❯❯❯ nix_related #nix # if not on NixOS, this is needed direnv - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes nix-prefetch-git validatePkgConfig nix-output-monitor diff --git a/org/config_nix.org b/org/config_nix.org index b3f82d5..7e8e04f 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -306,7 +306,7 @@ with pkgs-nix; # ❯❯❯ nix_related #nix direnv - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes nix-prefetch-git validatePkgConfig nix-output-monitor @@ -376,7 +376,7 @@ with pkgs; # ❯❯❯ nix_related #nix # if not on NixOS, this is needed direnv - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes nix-prefetch-git validatePkgConfig nix-output-monitor @@ -518,7 +518,7 @@ with ( pkgs.sqlite ( with pkgs-nix; [ - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes ## package manager dub ## compiler diff --git a/org/nixpkgs_overlays_d_related.org b/org/nixpkgs_overlays_d_related.org index c5feb61..404d649 100644 --- a/org/nixpkgs_overlays_d_related.org +++ b/org/nixpkgs_overlays_d_related.org @@ -469,7 +469,7 @@ with pkgs; # ❯❯❯ nix_related nix direnv - nixVersions.unstable + #nixVersions.unstable nix-prefetch-git validatePkgConfig nix-output-monitor @@ -7,7 +7,7 @@ with pkgs-nix; # ❯❯❯ nix_related #nix direnv - nixVersions.unstable #nixFlakes + #nixVersions.unstable #nixFlakes nix-prefetch-git validatePkgConfig nix-output-monitor |