nix pinning nixpkgs
Some checks failed
Test templates, puts into cache / nix (nix-runner) (push) Failing after 3m55s
Some checks failed
Test templates, puts into cache / nix (nix-runner) (push) Failing after 3m55s
This commit is contained in:
parent
81a8931936
commit
2d486c13ca
@ -54,6 +54,11 @@ in
|
||||
withDocker = false;
|
||||
};
|
||||
modules = [
|
||||
(
|
||||
{...}:{
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs-24-11;
|
||||
}
|
||||
)
|
||||
./commonWSL-configuration.nix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.homeManager-24-11.nixosModules.home-manager
|
||||
@ -87,6 +92,11 @@ in
|
||||
withDocker = true;
|
||||
};
|
||||
modules = [
|
||||
(
|
||||
{...}:{
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs-24-11;
|
||||
}
|
||||
)
|
||||
./commonWSL-configuration.nix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.homeManager-24-11.nixosModules.home-manager
|
||||
|
Loading…
x
Reference in New Issue
Block a user