Compare commits

..

No commits in common. "27e0a2f27a80867e457eb5e5ab852c8519ab0a3c" and "f6fd85590d85394e9ab21aeb910ea6c4d01fa994" have entirely different histories.

View File

@ -11,9 +11,6 @@ nix_packages=(
"jq" "jq"
"yq" "yq"
"pass"
"gnupg"
# Professional tools # Professional tools
"kubernetes-helm" "kubernetes-helm"
"vault" "vault"
@ -36,7 +33,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-23.05"; # also possible: `nixos-unstable` nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; # also possible: `nixos-unstable`
}; };
outputs = { self, nixpkgs }: outputs = { self, nixpkgs }: