mirror of https://git.jolheiser.com/dotnix.git
parent
813b181049
commit
a01e4a3a65
46
flake.lock
46
flake.lock
|
@ -327,11 +327,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1726797346,
|
||||
"narHash": "sha256-Sj9WrvoV+U1YSYriUD/M+Q5tmQDGbJDXsqrFzqKTPc4=",
|
||||
"lastModified": 1732216375,
|
||||
"narHash": "sha256-gFDjpoaVV7QoMTvxVN/W58e5mh2+5zagNBAK4IPBgpQ=",
|
||||
"owner": "tailscale",
|
||||
"repo": "golink",
|
||||
"rev": "b3ab9a617620fb9be7b589ae3fee5f12e8b205a7",
|
||||
"rev": "43d714d264ac76d2048c9fdcfdd4a98bb5c16d51",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -341,31 +341,6 @@
|
|||
}
|
||||
},
|
||||
"gomod2nix": {
|
||||
"inputs": {
|
||||
"flake-utils": [
|
||||
"tclip",
|
||||
"utils"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"tclip",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1725515722,
|
||||
"narHash": "sha256-+gljgHaflZhQXtr3WjJrGn8NXv7MruVPAORSufuCFnw=",
|
||||
"owner": "tweag",
|
||||
"repo": "gomod2nix",
|
||||
"rev": "1c6fd4e862bf2f249c9114ad625c64c6c29a8a08",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "tweag",
|
||||
"repo": "gomod2nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"gomod2nix_2": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils_3",
|
||||
"nixpkgs": [
|
||||
|
@ -564,11 +539,11 @@
|
|||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1725432240,
|
||||
"narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=",
|
||||
"lastModified": 1728888510,
|
||||
"narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "ad416d066ca1222956472ab7d0555a6946746a80",
|
||||
"rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -833,18 +808,17 @@
|
|||
},
|
||||
"tclip": {
|
||||
"inputs": {
|
||||
"gomod2nix": "gomod2nix",
|
||||
"nixpkgs": "nixpkgs_4",
|
||||
"utils": [
|
||||
"flake-utils"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1725658965,
|
||||
"narHash": "sha256-Ro6LEvG4cC27UXJSMXxv1a9pe41BefQxB7bbCAD8C9Q=",
|
||||
"lastModified": 1730045891,
|
||||
"narHash": "sha256-GJP0LeYFl9nlnO5e69P4hCngatymXosZAxyWz4K1Lms=",
|
||||
"owner": "tailscale-dev",
|
||||
"repo": "tclip",
|
||||
"rev": "a0cf1c78e1014df1b36dc158e4c9019af9d0856e",
|
||||
"rev": "15c018579dc202371e27f0eee311cdc549a7bff8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -856,7 +830,7 @@
|
|||
"templ": {
|
||||
"inputs": {
|
||||
"gitignore": "gitignore",
|
||||
"gomod2nix": "gomod2nix_2",
|
||||
"gomod2nix": "gomod2nix",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
|
|
|
@ -4,7 +4,7 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
./actual.nix
|
||||
# ./actual.nix
|
||||
./caddy.nix
|
||||
./cfg.nix
|
||||
./dex.nix
|
||||
|
|
Loading…
Reference in New Issue