better telescope previewing, formatting
Some checks failed
Test templates, puts into cache / nix (nix-runner) (push) Has been cancelled

This commit is contained in:
2025-03-28 08:07:15 -05:00
parent 0abc212049
commit 1132328a29
4 changed files with 11 additions and 3 deletions

View File

@@ -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=" ];
};

View File

@@ -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;
}
)