Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Jun 19, 2023
1 parent f1476ad commit fd1f841
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 33 deletions.
14 changes: 9 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,20 @@
};
std-flakeParts-devenv = {
description = "Std && flake-parts && devenv Environment";
path = ./std;
path = ./std-flake-parts-devenv;
};
std-flakeParts = {
description = "Std && flake-parts Environment";
path = ./std-flakeParts;
};
emacs = {
description = "Emacs Environment";
path = ./emacs;
};
# python = {
# description = "python Environment";
# path = inputs.python.outPath;
# };
python = {
description = "python Environment";
path = inputs.python.outPath;
};
julia = {
description = "Julia Environment";
path = inputs.julia.outPath;
Expand Down
2 changes: 1 addition & 1 deletion std-flakeParts/cells/automation/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
inputs,
cell,
}: let
path = inputs.self + "/std-flakeParts/packages/_loader.nix";
path = inputs.self + "/packages/_loader.nix";
in
import path {
inherit inputs;
Expand Down
3 changes: 1 addition & 2 deletions std-flakeParts/packages/_loader.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
}:
(inputs.flops.lib.configs.haumea.setInit {
src = ./.;
loader = inputs.flops.inputs.haumea.lib.loaders.callPackage;
inputs = builtins.removeAttrs pkgs ["self" "super" "root"];
loader = _: path: pkgs.callPackage path {};
})
.outputsForTarget "default"
25 changes: 0 additions & 25 deletions treefmt.toml

This file was deleted.

0 comments on commit fd1f841

Please sign in to comment.