From efb08c1e13e1645fd45d68a1d560c8ed6103e499 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Sat, 15 Jun 2024 01:02:26 +0200 Subject: [PATCH] Removed old code --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 436b4c5..eff313b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "NixOS Deployments"; + description = "fwastrings Nix-baserade konfigurationsfiler"; inputs = { # Nixpkgs @@ -10,9 +10,6 @@ # Home manager home-manager.url = "github:nix-community/home-manager/release-24.05"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - - # TODO: Add any other flake you might need - # hardware.url = "github:nixos/nixos-hardware"; }; outputs = {