Compare commits

..

No commits in common. "c3d56f0f902a141dfb40808749c0eaf726ce600e" and "05eea814efa3839b03cf9e72a1481b2258d426de" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -18,7 +18,7 @@
wrapPkgsSystem = { system }: wrapPkgsSystem = { system }:
import nixpkgs rec { import nixpkgs rec {
inherit system; inherit system;
unstablePkgs = wrapUnstablePkgsSystem { inherit system; }; unstablePkgs = wrapUnstablePkgsSystem { inherit system; };
config.allowUnfree = true; config.allowUnfree = true;
overlays = [ overlays = [
@ -29,7 +29,7 @@
wrapUnstablePkgsSystem = { system }: wrapUnstablePkgsSystem = { system }:
import nixos-unstable { import nixos-unstable {
inherit system; inherit system;
config.allowUnfree = true; config.allowUnfree = true;
}; };
@ -91,7 +91,6 @@
name = "giulio"; name = "giulio";
roles = [ "ssh" ]; roles = [ "ssh" ];
}; };
giulioX64NoSSH = utilsLinuxX64.user.mkHMUser { name = "giulio"; };
}; };
}; };
} }

View File

@ -31,14 +31,9 @@
[[language]] [[language]]
name = "nix" name = "nix"
formatter = { command = "nixpkgs-fmt" } formatter = { command = "nixpkgs-fmt" }
[[language]]
name = "python"
formatter = { command = "black", args = [ "-" ] }
''; '';
packages = with pkgs.unstablePkgs; [ packages = with pkgs.unstablePkgs; [
black
helix helix
clang-tools clang-tools
rust-analyzer rust-analyzer