Compare commits
2 Commits
f6fd85590d
...
27e0a2f27a
| Author | SHA1 | Date | |
|---|---|---|---|
| 27e0a2f27a | |||
| d3bb4e4007 |
@ -11,6 +11,9 @@ nix_packages=(
|
|||||||
"jq"
|
"jq"
|
||||||
"yq"
|
"yq"
|
||||||
|
|
||||||
|
"pass"
|
||||||
|
"gnupg"
|
||||||
|
|
||||||
# Professional tools
|
# Professional tools
|
||||||
"kubernetes-helm"
|
"kubernetes-helm"
|
||||||
"vault"
|
"vault"
|
||||||
@ -33,7 +36,7 @@ cat << EOF > ~/.config/nixpkgs/flake.nix
|
|||||||
description = "A declarative system installation";
|
description = "A declarative system installation";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; # also possible: `nixos-unstable`
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; # also possible: `nixos-unstable`
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs }:
|
outputs = { self, nixpkgs }:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user