mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-31 01:17:26 +02:00
Re-use master freecad
This commit is contained in:
parent
e1081990a3
commit
af1e40129e
1 changed files with 1 additions and 13 deletions
14
flake.nix
14
flake.nix
|
|
@ -97,18 +97,7 @@
|
|||
}
|
||||
// (nixpkgs.legacyPackages."${system}".callPackage ./_sources/generated.nix {});
|
||||
|
||||
# TODO: track nixos/nixpkgs#263599
|
||||
pkgList = system: callPackage: let
|
||||
nixpkgs-freecad =
|
||||
import (nixpkgs.legacyPackages.${system}.fetchFromGitHub {
|
||||
owner = "andir";
|
||||
repo = "nixpkgs";
|
||||
rev = "084890f7f50d23eb48a9a4b75b8a7893d5a01026";
|
||||
hash = "sha256-q7Y/KNKsny6Ey5kMIdXS1xhV2R9u94qTek2Uy7HzN+U=";
|
||||
}) {
|
||||
inherit system;
|
||||
};
|
||||
in
|
||||
pkgList = system: callPackage:
|
||||
(import ./pkgs/default.nix {
|
||||
inherit callPackage;
|
||||
sources = sources system;
|
||||
|
|
@ -118,7 +107,6 @@
|
|||
raclette = inputs.raclette.defaultPackage."${system}";
|
||||
neovimTraxys = inputs.nvim-traxys.packages."${system}".nvim;
|
||||
roaming_proxy = inputs.roaming_proxy.defaultPackage."${system}";
|
||||
inherit (nixpkgs-freecad) freecad;
|
||||
inherit (nixpkgs-traxys.legacyPackages."${system}") groovy-language-server;
|
||||
inherit (inputs.mujmap.packages."${system}") mujmap;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue