better telescope previewing, formatting
Some checks failed
Test templates, puts into cache / nix (nix-runner) (push) Has been cancelled
Some checks failed
Test templates, puts into cache / nix (nix-runner) (push) Has been cancelled
This commit is contained in:
@@ -40,7 +40,10 @@ in
|
||||
'';
|
||||
|
||||
nix.settings = {
|
||||
trusted-users = [ "root" "@wheel" ];
|
||||
trusted-users = [
|
||||
"root"
|
||||
"@wheel"
|
||||
];
|
||||
trusted-substituters = [ "http://attic.baklava" ];
|
||||
trusted-public-keys = [ "systems:tvbHIThn7MAwvgMSiYR3ULVlL6cBrA40afqGuextnNQ=" ];
|
||||
};
|
||||
|
||||
@@ -55,7 +55,8 @@ in
|
||||
};
|
||||
modules = [
|
||||
(
|
||||
{...}:{
|
||||
{ ... }:
|
||||
{
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs-24-11;
|
||||
}
|
||||
)
|
||||
@@ -93,7 +94,8 @@ in
|
||||
};
|
||||
modules = [
|
||||
(
|
||||
{...}:{
|
||||
{ ... }:
|
||||
{
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs-24-11;
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user