From 1a1a65439d538c203a2237982e51a32e8a319522 Mon Sep 17 00:00:00 2001 From: Julian Date: Sun, 18 Dec 2022 22:44:29 -0800 Subject: [PATCH] hmm --- flake.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 flake.nix diff --git a/flake.nix b/flake.nix deleted file mode 100644 index 951e4fe..0000000 --- a/flake.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 - ]; - }; - }; -}