Compare commits

...

3 Commits

Author SHA1 Message Date
jolheiser 390c568cbb
chore: update website
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-03-09 20:33:51 -06:00
jolheiser 088fd78421
chore: echo gomodsri
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-03-09 20:31:53 -06:00
jolheiser 3088086745
chore: update nur
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-03-09 20:31:39 -06:00
4 changed files with 10 additions and 10 deletions

View File

@ -24,7 +24,6 @@
use ${nu_scripts}/share/nu_scripts/custom-completions/just/just-completions.nu *
use ${nu_scripts}/share/nu_scripts/custom-completions/nix/nix-completions.nu *
use ${jolheiser.nur.kv}/share/kv-completions.nu *
use ${jolheiser.tmpl}/share/tmpl-completions.nu *
'';
extraEnv = ''

View File

@ -66,6 +66,7 @@ def gomodsri [] {
let sri = (go run tailscale.com/cmd/nardump@latest --sri $tmp)
$sri | save -f go.mod.sri
rm -rf $tmp
echo 'nixpkgs.lib.fileContents ./go.mod.sri'
}
## Other ##

View File

@ -568,18 +568,18 @@
"nixpkgs": [
"nixpkgs"
],
"nur": [
"jolheiser-nur"
],
"tailwind-ctp": "tailwind-ctp_2",
"tailwind-ctp-lsp": "tailwind-ctp-lsp_2"
"tailwind-ctp-lsp": "tailwind-ctp-lsp_2",
"templ": [
"templ"
]
},
"locked": {
"lastModified": 1705720284,
"narHash": "sha256-hzg8A/M06x+n/JKw4brN+9d9rRyqgbrXk6hWpa6+DEc=",
"lastModified": 1710037782,
"narHash": "sha256-hVSwPIDX5aQzH/vVMdV/xR0tvKdKHRJPQCp808nW61I=",
"ref": "refs/heads/main",
"rev": "695d1f16e4345549afd2fdb8ee51953cb804b2eb",
"revCount": 13,
"rev": "472a3ee037da8edccfa50b668de4011eef14f000",
"revCount": 14,
"type": "git",
"url": "https://git.jolheiser.com/jolheiser.com.git"
},

View File

@ -34,7 +34,7 @@
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
nur.follows = "jolheiser-nur";
templ.follows = "templ";
};
};
resume = {