Skip to content

Commit

Permalink
update nix
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel committed Jul 31, 2024
1 parent 396c458 commit 8cb9b95
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 82 deletions.
114 changes: 40 additions & 74 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
# We only have this input to pass it to other dependencies and
# avoid having multiple versions in our dependencies.
flake-utils.url = "github:numtide/flake-utils";
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -33,7 +30,6 @@
url = "github:nix-community/lanzaboote";
inputs = {
flake-parts.follows = "flake-parts";
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
rust-overlay.follows = "rust";
};
Expand All @@ -45,7 +41,6 @@
rust = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
sops-nix = {
url = "github:Mic92/sops-nix";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/dev/python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}: {
imports = [
./flake8
# ./isort
./isort
./mypy
./pycodestyle
];
Expand All @@ -14,8 +14,8 @@
home = {
packages = with pkgs; [
black
pipx
pyright
# python310Packages.pipx
];
sessionVariables = {
PYTHONSTARTUP = "${config.xdg.configHome}/python/pythonrc.py";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/dev/text/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{pkgs, ...}: {
imports = [
# ./cbfmt
./cbfmt
./vale
];

Expand Down

0 comments on commit 8cb9b95

Please sign in to comment.