Skip to content

Commit

Permalink
fix: switch to nixpkgs cavalier
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed May 27, 2024
1 parent 200e31e commit 8bf4ccc
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 272 deletions.
4 changes: 0 additions & 4 deletions nvfetcher.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[cavalier]
src.github = "NickvisionApps/Cavalier"
fetch.github = "NickvisionApps/Cavalier"

[fennel-ls]
src.git = "https://git.sr.ht/~xerool/fennel-ls"
fetch.git = "https://git.sr.ht/~xerool/fennel-ls"
59 changes: 0 additions & 59 deletions pkgs/cavalier/default.nix

This file was deleted.

204 changes: 0 additions & 204 deletions pkgs/cavalier/deps.nix

This file was deleted.

3 changes: 0 additions & 3 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
fennel-ls = pkgs.callPackage ./fennel-ls {
inherit (getPackage "fennel-ls") src version pname;
};
cavalier = pkgs.callPackage ./cavalier {
inherit (getPackage "cavalier") src version pname;
};
firefox-pwa = pkgs.callPackage ./firepwa {};
default = pkgs.writeText "cachix-deploy.json" (builtins.toJSON {
agents = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
];
perSystem = { config, pkgs, final, ... }: {
overlayAttrs = {
inherit (config.packages) fennel-ls cavalier firefox-pwa;
inherit (config.packages) fennel-ls firefox-pwa;
};
};
}
2 changes: 1 addition & 1 deletion systems/modules/core/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
super.makeModulesClosure (x // {allowMissing = true;});

craneLib = inputs.crane.lib.${pkgs.system};
inherit (packages.${pkgs.system}) fennel-ls cavalier firefox-pwa;
inherit (packages.${pkgs.system}) fennel-ls firefox-pwa;
})
];

Expand Down

0 comments on commit 8bf4ccc

Please sign in to comment.