working on tagss development env, devenv and added README

This commit is contained in:
Steven Carpenter 2023-02-14 00:45:36 -05:00
parent 4dd8b0acc6
commit b2e45bf27f
8 changed files with 69 additions and 33 deletions

View file

@ -15,7 +15,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, home-manager, nixos-generators, nixpkgs, ... }@inputs:
outputs = { self, home-manager, nixos-generators, flake-utils, nixpkgs, ... }@inputs:
{
proxmox = nixos-generators.nixosGenerate {
system = "x86_64-linux";