mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 17:27:22 +08:00
Remove references to actual
This commit is contained in:
parent
06b13c0bb5
commit
e64559d8ce
1 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@
|
|||
programs.nixpkgs-fmt.enable = true;
|
||||
settings.formatter.nixpkgs-fmt.excludes =
|
||||
let
|
||||
nixosConfig = self.nixosConfigurations.actual;
|
||||
nixosConfig = self.nixosConfigurations.immediacy;
|
||||
jenkinsPluginsFile = nixosConfig.config.jenkins-nix-ci.plugins-file;
|
||||
in
|
||||
[ jenkinsPluginsFile ];
|
||||
|
|
@ -150,7 +150,7 @@
|
|||
pkgs.sops
|
||||
pkgs.ssh-to-age
|
||||
(
|
||||
let nixosConfig = self.nixosConfigurations.actual;
|
||||
let nixosConfig = self.nixosConfigurations.immediacy;
|
||||
in nixosConfig.config.jenkins-nix-ci.nix-prefetch-jenkins-plugins pkgs
|
||||
)
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue