Add nix-fast-build, nix-eval-jobs and nom to workstation profile

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-11-10 23:08:24 +01:00
parent 6a60fae8ac
commit 0690ab217f
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
3 changed files with 4 additions and 5 deletions

View file

@ -71,9 +71,6 @@ in {
nix
nixos-rebuild
nix-verify
(pkgs.callPackage inputs.nix-fast-build.packages.${pkgs.stdenv.system}.nix-fast-build.override {})
# nix-eval-jobs doesn't like our nix version, don't override it then
(inputs.nix-eval-jobs.packages.${pkgs.stdenv.system}.nix-eval-jobs)
(nomad.overrideAttrs (old: {meta = old.meta // {license = "mpl-2.0";};}))
(consul.overrideAttrs (old: {meta = old.meta // {license = "mpl-2.0";};}))
(vault.overrideAttrs (old: {meta = old.meta // {license = "mpl-2.0";};}))

View file

@ -31,8 +31,6 @@
uk3s-nix.inputs.nix-snapshotter.follows = "nix-snapshotter";
uk3s-nix.inputs.nixng.follows = "nixng";
pre-commit-hooks.url = "github:magicrb/git-hooks.nix?ref=imports-modules";
nix-eval-jobs.url = "github:nix-community/nix-eval-jobs";
nix-fast-build.url = "github:Mic92/nix-fast-build";
buildbot-nix.url = "path:///home/main/repos/buildbot-nix"; # "github:magicrb/buildbot-nix?ref=github_app";
# buildbot-nix.inputs.nixpkgs.follows = "nixpkgs"; # do not override buildbot-nix vendors its buildbot instance
haumea = {

View file

@ -145,6 +145,10 @@ in {
percept
gather-town
nix-fast-build
nix-eval-jobs
nix-output-monitor
];
home.file.".config/alacritty/alacritty.toml".source = ../alacritty/alacritty.toml;