Skip to content

Commit

Permalink
Remove ehcsls
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Jan 13, 2024
1 parent 32b639d commit 1a72438
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 163 deletions.
2 changes: 1 addition & 1 deletion bacon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in
useUserPackages = true;
users.${username} = import ./home;
extraSpecialArgs = {
inherit username system ecsls ehcsls;
inherit username system ecsls;
};
};
};
Expand Down
160 changes: 3 additions & 157 deletions flake.lock

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

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";

ecsls.url = "github:Sigmapitech/ecsls";
ehcsls.url = "github:Sigmapitech/ehcsls";

hosts.url = "github:StevenBlack/hosts";
nixos-hardware.url = "github:NixOS/nixos-hardware";

Expand Down
4 changes: 1 addition & 3 deletions home/nvim/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, ecsls, ehcsls, system, ... }:
{ pkgs, ecsls, system, ... }:
{
home.file = {
nvim_conf = {
Expand Down Expand Up @@ -26,7 +26,6 @@

extraPackages = with pkgs; let
ecsls-pkg = ecsls.packages.${system}.default;
ehcsls-pkg = ehcsls.packages.${system}.default;
in
[
nil
Expand All @@ -37,7 +36,6 @@
nodejs
xclip
ecsls-pkg
ehcsls-pkg
];
};
}

0 comments on commit 1a72438

Please sign in to comment.