From 31fa816373038e5fad807131a8526103bd005a6f Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 12 May 2024 20:12:49 -0700 Subject: Delete old duplicate config from util (i have no clue how that even happened?) --- util/flake.nix | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 util/flake.nix (limited to 'util/flake.nix') diff --git a/util/flake.nix b/util/flake.nix deleted file mode 100644 index 7d736c9..0000000 --- a/util/flake.nix +++ /dev/null @@ -1,37 +0,0 @@ -{ - description = "Nixos config flake"; - - inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - - #disko = { - # url = "github:nix-community/disko"; - # inputs.nixpkgs.follows = "nixpkgs"; - #}; - - impermanence = { - url = "github:nix-community/impermanence"; - }; - - home-manager = { - url = "github:nix-community/home-manager"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - }; - - outputs = {nixpkgs, ...} @ inputs: - { - nixosConfigurations.default = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; - modules = [ - #inputs.disko.nixosModules.default - #(import ./disko.nix { device = "/dev/vda"; }) - - ./configuration.nix - - inputs.home-manager.nixosModules.default - inputs.impermanence.nixosModules.impermanence - ]; - }; - }; -} -- cgit v1.2.3