nix ready, cleaner setup
This commit is contained in:
10
default.nix
Normal file
10
default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.talosctl
|
||||
pkgs.yq
|
||||
];
|
||||
# set env
|
||||
TALOSCONFIG="talosconfig";
|
||||
}
|
Reference in New Issue
Block a user