From 969e9a693f4c41c17596d66e3a26e514fcbaeab5 Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 20 Dec 2022 22:10:42 -0800 Subject: [PATCH] Working --- flakes.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 flakes.nix 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 - ]; - }; - }; -}