Compare commits
2 Commits
f6fd85590d
...
27e0a2f27a
| Author | SHA1 | Date | |
|---|---|---|---|
| 27e0a2f27a | |||
| d3bb4e4007 |
@ -11,6 +11,9 @@ nix_packages=(
|
||||
"jq"
|
||||
"yq"
|
||||
|
||||
"pass"
|
||||
"gnupg"
|
||||
|
||||
# Professional tools
|
||||
"kubernetes-helm"
|
||||
"vault"
|
||||
@ -33,7 +36,7 @@ cat << EOF > ~/.config/nixpkgs/flake.nix
|
||||
description = "A declarative system installation";
|
||||
|
||||
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 }:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user