update gitlab_runner

This commit is contained in:
zack 2024-09-17 19:56:58 -04:00
parent f9eb7e8a11
commit bc0291ac34
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
5 changed files with 44 additions and 2 deletions

37
flake.lock generated
View file

@ -990,6 +990,22 @@
"type": "github"
}
},
"nixpkgs_11": {
"locked": {
"lastModified": 1725634671,
"narHash": "sha256-v3rIhsJBOMLR8e/RNWxr828tB+WywYIoajrZKFM+0Gg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "574d1eac1c200690e27b8eb4e24887f8df7ac27c",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1712883908,
@ -1231,7 +1247,8 @@
"snowfall-lib": "snowfall-lib",
"spicetify-nix": "spicetify-nix",
"systems": "systems_13",
"waybar": "waybar"
"waybar": "waybar",
"zen-browser": "zen-browser"
}
},
"rust-overlay": {
@ -1577,6 +1594,24 @@
"repo": "Waybar",
"type": "github"
}
},
"zen-browser": {
"inputs": {
"nixpkgs": "nixpkgs_11"
},
"locked": {
"lastModified": 1726001766,
"narHash": "sha256-ADvEWfo0AuHR06ah1nnzOyhsG05/b5QpUc7vFNbiEfM=",
"owner": "MarceColl",
"repo": "zen-browser-flake",
"rev": "06505a088396e2c0b9ad100302502783a6bcdb40",
"type": "github"
},
"original": {
"owner": "MarceColl",
"repo": "zen-browser-flake",
"type": "github"
}
}
},
"root": "root",

View file

@ -90,6 +90,8 @@
# inputs.nixpkgs.follows = "nixpkgs";
# };
zen-browser.url = "github:MarceColl/zen-browser-flake";
systems.url = "github:nix-systems/default";
spicetify-nix = {
url = "github:Gerg-L/spicetify-nix";

View file

@ -101,6 +101,11 @@
pkgs.filezilla
lib.custom.pkgs-unstable.zed-editor
lib.custom.pkgs-unstable.rmpc
inputs.zen-browser.packages.${pkgs.system}.default
pkgs.mpc-cli
pkgs.openvpn
pkgs.telegram-desktop
pkgs.linux-manual

View file

@ -39,7 +39,7 @@ in {
"${zsh-history}/share/zsh/init.zsh"
"${zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh"
"${zsh-f-sy-h}/share/zsh/site-functions/F-Sy-H.plugin.zsh"
"${zsh-autocomplete}/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh"
# "${zsh-autocomplete}/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh"
"${zsh-you-should-use}/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh"
"${zsh-navigation-tools}/share/zsh/site-functions/zsh-navigation-tools.plugin.zsh"
"${oh-my-zsh}/share/oh-my-zsh/plugins/colored-man-pages/colored-man-pages.plugin.zsh"