diff --git a/flakes.nix b/flakes.nix deleted file mode 100644 index 951e4fe..0000000 --- a/flakes.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ - description = "NixOS configuration with flakes"; - inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master"; - - outputs = { self, nixpkgs, nixos-hardware }: { - nixosConfigurations. = nixpkgs.lib.nixosSystem { - modules = [ - nixos-hardware.nixosModules.framework - ]; - }; - }; -}