Skip to content

Commit 1657312

Browse files
committed
chore: remove deprecated code
1 parent 8917c56 commit 1657312

File tree

4 files changed

+0
-100
lines changed

4 files changed

+0
-100
lines changed

cells/presets/nixago.nix

-44
This file was deleted.

cells/std/nixago.nix

-19
This file was deleted.

deprecation.nix

-36
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,4 @@
11
inputs: let
22
removeBy = import ./cells/std/errors/removeBy.nix {inherit inputs;};
33
in {
4-
warnOldActionInterface = actions:
5-
removeBy "March 2023" ''
6-
The action interface has chaged from:
7-
{ system, flake, fragment, fragmentRelPath }
8-
To:
9-
{ system, target, fragment, fragmentRelPath }
10-
11-
Please adjust the following actions:
12-
13-
${builtins.concatStringsSep "\n" (map (a: " - ${a.name}: ${(builtins.unsafeGetAttrPos "name" a).file}") actions)}
14-
'';
15-
16-
warnNixagoOutfactored = removeBy "May 2023" ''
17-
std.presets.nixago has been outfactored into its own repository.
18-
19-
Add to your flake.nix
20-
21-
inputs.std-data-collection.url = "github:divnix/std-data-collection";
22-
inputs.std-data-collection.inputs.std.follows = "std";
23-
inputs.std-data-collection.inputs.nixpkgs.follows = "nixpkgs";
24-
25-
Replace accessors of
26-
`inputs.std.presets.nixago`
27-
with
28-
`inputs.std-data-collection.data.configs`
29-
'';
30-
31-
warnNixagoMoved = removeBy "May 2023" ''
32-
In order to improve semantic clarity,
33-
std.std.nixago has been moved to std.lib.cfg.
34-
35-
Replace accessors of
36-
`inputs.std.std.nixago`
37-
with
38-
`inputs.std.lib.cfg`
39-
'';
404
}

dogfood.nix

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ growOn {
1515
(blockTypes.runnables "cli" {ci.build = true;})
1616
(blockTypes.functions "devshellProfiles")
1717
(blockTypes.functions "errors")
18-
(blockTypes.nixago "nixago")
1918
(blockTypes.installables "packages" {ci.build = true;})
2019

2120
# lib

0 commit comments

Comments
 (0)