Fixing all warnings
This commit is contained in:
parent
32720ae712
commit
169912a47b
15 changed files with 124 additions and 92 deletions
|
|
@ -24,4 +24,9 @@
|
|||
via
|
||||
];
|
||||
};
|
||||
|
||||
# Fixing launch issues with some desktops (sway...)
|
||||
# systemd.user.extraConfig = ''
|
||||
# DefaultEnvironment="PATH=/run/current-system/sw/bin"
|
||||
# '';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ in {
|
|||
helvum
|
||||
local.quadcastrgb
|
||||
euphonica
|
||||
#local.KhinsiderDownloader
|
||||
local.KhinsiderDownloader
|
||||
|
||||
# Games
|
||||
heroic
|
||||
|
|
@ -99,6 +99,7 @@ in {
|
|||
vscodium
|
||||
# zed-editor
|
||||
gcc
|
||||
gnumake
|
||||
rustup
|
||||
python3
|
||||
zola
|
||||
|
|
@ -112,7 +113,7 @@ in {
|
|||
nodejs
|
||||
nil
|
||||
nixd
|
||||
nixfmt-rfc-style
|
||||
nixfmt
|
||||
protege # LogIA Course
|
||||
haskellPackages.Agda
|
||||
agdaPackages.standard-library
|
||||
|
|
@ -197,13 +198,13 @@ in {
|
|||
nixpkgs.overlays = [
|
||||
# Version pins
|
||||
(final: prev: {
|
||||
# factorio = prev.factorio.overrideAttrs (super: {
|
||||
# factorio = final.factorio.overrideAttrs (super: {
|
||||
# version = "2.0.42";
|
||||
# # src.name = "factorio_alpha_x64-2.0.42.tar.xz";
|
||||
# # src.sha256 = "1zq6wcqkmn9bzys27v0jlk9m9m1jhaai1mybdv8hz7p2si4l76n9";
|
||||
# src = "/nix/store/b9y0dwgxa6hpddrd8nn0g2fizxl3xss7-factorio_alpha_x64-2.0.42.tar.xz";
|
||||
# });
|
||||
# factorio = prev.factorio.overrideAttrs (super: {
|
||||
# factorio = final.factorio.overrideAttrs (super: {
|
||||
# username = "ntlyes";
|
||||
# token = "";
|
||||
# src =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue