This commit is contained in:
Julian 2022-12-18 22:44:29 -08:00
parent 4218e90468
commit 1a1a65439d

View file

@ -1,12 +0,0 @@
{
description = "NixOS configuration with flakes";
inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master";
outputs = { self, nixpkgs, nixos-hardware }: {
nixosConfigurations.<your-hostname> = nixpkgs.lib.nixosSystem {
modules = [
nixos-hardware.nixosModules.framework
];
};
};
}