mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-17 12:57:58 +08:00
Remove more refs
This commit is contained in:
parent
9e549a5a8a
commit
5557ce4fbf
3 changed files with 2 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue