Compare commits
No commits in common. "c3d56f0f902a141dfb40808749c0eaf726ce600e" and "05eea814efa3839b03cf9e72a1481b2258d426de" have entirely different histories.
c3d56f0f90
...
05eea814ef
@ -18,7 +18,7 @@
|
||||
wrapPkgsSystem = { system }:
|
||||
import nixpkgs rec {
|
||||
inherit system;
|
||||
|
||||
|
||||
unstablePkgs = wrapUnstablePkgsSystem { inherit system; };
|
||||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
@ -29,7 +29,7 @@
|
||||
wrapUnstablePkgsSystem = { system }:
|
||||
import nixos-unstable {
|
||||
inherit system;
|
||||
|
||||
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
@ -91,7 +91,6 @@
|
||||
name = "giulio";
|
||||
roles = [ "ssh" ];
|
||||
};
|
||||
giulioX64NoSSH = utilsLinuxX64.user.mkHMUser { name = "giulio"; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -31,14 +31,9 @@
|
||||
[[language]]
|
||||
name = "nix"
|
||||
formatter = { command = "nixpkgs-fmt" }
|
||||
|
||||
[[language]]
|
||||
name = "python"
|
||||
formatter = { command = "black", args = [ "-" ] }
|
||||
'';
|
||||
|
||||
packages = with pkgs.unstablePkgs; [
|
||||
black
|
||||
helix
|
||||
clang-tools
|
||||
rust-analyzer
|
||||
|
Loading…
x
Reference in New Issue
Block a user