nix: try nixd instead of nil
This commit is contained in:
parent
afe02a3ff6
commit
8724801def
3 changed files with 1 additions and 21 deletions
|
|
@ -24,10 +24,6 @@
|
||||||
url = "github:nix-community/fenix";
|
url = "github:nix-community/fenix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nil = {
|
|
||||||
url = "github:oxalica/nil";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
#nix.url = "github:DeterminateSystems/nix-src";
|
#nix.url = "github:DeterminateSystems/nix-src";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
# TODO: install nil (nix language server)
|
|
||||||
# TODO: check these out: https://github.com/RGBCube/ncc/blob/86212e148b2642a51814e873a81be73fbc494e86/modules/common/rust.nix#L15-L24
|
# TODO: check these out: https://github.com/RGBCube/ncc/blob/86212e148b2642a51814e873a81be73fbc494e86/modules/common/rust.nix#L15-L24
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(fenix.complete.withComponents [
|
(fenix.complete.withComponents [
|
||||||
|
|
@ -11,21 +10,7 @@
|
||||||
])
|
])
|
||||||
rust-analyzer-nightly
|
rust-analyzer-nightly
|
||||||
|
|
||||||
# for nil
|
nixd
|
||||||
nil
|
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
];
|
];
|
||||||
|
|
||||||
# home-manager.sharedModules = [{
|
|
||||||
# extraWrapperArgs = [
|
|
||||||
# "--suffix"
|
|
||||||
# "LIBRARY_PATH"
|
|
||||||
# ":"
|
|
||||||
# "${lib.makeLibraryPath [ pkgs.stdenv.cc.cc pkgs.zlib ]}"
|
|
||||||
# "--suffix"
|
|
||||||
# "PKG_CONFIG_PATH"
|
|
||||||
# ":"
|
|
||||||
# "${lib.makeSearchPathOutput "dev" "lib/pkgconfig" [ pkgs.stdenv.cc.cc pkgs.zlib ]}"
|
|
||||||
# ];
|
|
||||||
# }];
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{ pkgs, lib, config, ... }: let
|
{ pkgs, lib, config, ... }: let
|
||||||
inherit (lib) optionalAttrs;
|
inherit (lib) optionalAttrs;
|
||||||
in {
|
in {
|
||||||
# TODO: write i3 and i3status here instead of stowing
|
|
||||||
virtualisation.vmware.guest.enable = true;
|
virtualisation.vmware.guest.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.fuzzel ];
|
environment.systemPackages = [ pkgs.fuzzel ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue