Add argocd

This commit is contained in:
Dave Gallant
2022-07-14 22:11:14 -04:00
parent d37171f64a
commit 5cbeee4d7f
3 changed files with 20 additions and 105 deletions

112
flake.lock generated
View File

@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1651916036,
"narHash": "sha256-UuD9keUGm4IuVEV6wdSYbuRm7CwfXE63hVkzKDjVsh4=",
"lastModified": 1657835815,
"narHash": "sha256-CnZszAYpNKydh6N7+xg+eRtWNVoAAGqc6bg+Lpgq1xc=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "2f2bdf658d2b79bada78dc914af99c53cad37cba",
"rev": "54a24f042f93c79f5679f133faddedec61955cf2",
"type": "github"
},
"original": {
@@ -20,37 +20,6 @@
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1644229661,
"narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -72,57 +41,13 @@
"type": "github"
}
},
"neovim-flake": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"neovim-nightly-overlay",
"nixpkgs"
]
},
"locked": {
"dir": "contrib",
"lastModified": 1657676295,
"narHash": "sha256-DFhwtt6pViWIJl7IGm3iC+M/qw3zgJkTHpv5bMVlvRU=",
"owner": "neovim",
"repo": "neovim",
"rev": "778541067a2f0ec3ef4bc1b07def646323e852a9",
"type": "github"
},
"original": {
"dir": "contrib",
"owner": "neovim",
"repo": "neovim",
"type": "github"
}
},
"neovim-nightly-overlay": {
"inputs": {
"flake-compat": "flake-compat",
"neovim-flake": "neovim-flake",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1657700215,
"narHash": "sha256-qLiVfuDROedqZusQhhCGv7JgHKIBudhKl8+sWOBG+8k=",
"owner": "nix-community",
"repo": "neovim-nightly-overlay",
"rev": "28de4ebfc0ed628bfdfea83bd505ab6902a5c138",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "neovim-nightly-overlay",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1657738886,
"narHash": "sha256-lmAcczi6xyyNhrUcOaStekilDcS8e5tWB9ycwUFv/mQ=",
"lastModified": 1657781616,
"narHash": "sha256-M/wl8+gRNELNhEmNjWTZVf61lfZIyiUn/NkyEqQAW80=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "14e9f7298c4201566a4597560d7e141d9ff402cf",
"rev": "76c9664813ed7082115ac7efb8a1619a804a631f",
"type": "github"
},
"original": {
@@ -134,27 +59,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1657533762,
"narHash": "sha256-/cxTFSMmpAb8tBp1yVga1fj+i8LB9aAxnMjYFpRMuVs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "38860c9e91cb00f4d8cd19c7b4e36c45680c89b5",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1657533762,
"narHash": "sha256-/cxTFSMmpAb8tBp1yVga1fj+i8LB9aAxnMjYFpRMuVs=",
"lastModified": 1657624652,
"narHash": "sha256-rFJNM0X/dxekT6EESSh80mlBGqztfN/XOF/oRL6in68=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "38860c9e91cb00f4d8cd19c7b4e36c45680c89b5",
"rev": "68c63e60b8413260605efbe1ac5addaa099cdfb3",
"type": "github"
},
"original": {
@@ -168,9 +77,8 @@
"inputs": {
"darwin": "darwin",
"home-manager": "home-manager",
"neovim-nightly-overlay": "neovim-nightly-overlay",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2"
"nixpkgs": "nixpkgs"
}
},
"utils": {

View File

@@ -11,7 +11,9 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
/*
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
*/
darwin = {
url = "github:lnl7/nix-darwin";
@@ -59,7 +61,9 @@
nixpkgs.overlays = [
(import ./modules/overlays)
/*
inputs.neovim-nightly-overlay.overlay
*/
];
home-manager = {
@@ -116,7 +120,9 @@
({config, ...}: {
config = {
nixpkgs.overlays = [
/*
inputs.neovim-nightly-overlay.overlay
*/
(import ./modules/overlays)
];
home-manager = {

View File

@@ -58,6 +58,7 @@ in {
tmux-sessionizer
# containers
argocd
krew
kube-score
kubecolor