Skip to content

Commit

Permalink
Remove more refs
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 14, 2024
1 parent 9e549a5 commit 5557ce4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
9 changes: 0 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,6 @@
};

perSystem = { self', system, pkgs, lib, config, inputs', ... }: {
# NOTE: These overlays apply to the Nix shell only. See `nix.nix` for
# system overlays.
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
overlays = [
inputs.jenkins-nix-ci.overlay
];
};

nixos-flake.primary-inputs = [
"nixpkgs"
"home-manager"
Expand Down
4 changes: 2 additions & 2 deletions nixos/jenkins.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ flake, config, lib, ... }:
{ config, ... }:

{
imports = [
flake.inputs.jenkins-nix-ci.nixosModules.default # Provided by https://github.com/juspay/jenkins-nix-ci
# flake.inputs.jenkins-nix-ci.nixosModules.default # Provided by https://github.com/juspay/jenkins-nix-ci
];

jenkins-nix-ci = {
Expand Down
1 change: 0 additions & 1 deletion nixos/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
allowUnfree = true;
};
overlays = [
flake.inputs.jenkins-nix-ci.overlay
flake.inputs.nuenv.overlays.nuenv
flake.inputs.nixd.overlays.default
flake.inputs.nuenv.overlays.default
Expand Down

0 comments on commit 5557ce4

Please sign in to comment.