From 00b706095dad2bf169d36bf0fcdb50a8ff1fb5f5 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 20 Sep 2022 16:12:48 +0200 Subject: Flake: Remove dotfiles input Instead we use it directly. This removes a lot of hassle + limitations with flake inputs from files --- flake.lock | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 160758e..6f3bfbc 100644 --- a/flake.lock +++ b/flake.lock @@ -1,18 +1,5 @@ { "nodes": { - "dotfiles": { - "flake": false, - "locked": { - "lastModified": 1, - "narHash": "sha256-fIf6VTIvH5dT4yNzT7YIh0ca56M09UgU58PTTRBvzAM=", - "path": "./dotfiles", - "type": "path" - }, - "original": { - "path": "./dotfiles", - "type": "path" - } - }, "hardware": { "locked": { "lastModified": 1662714967, @@ -113,7 +100,6 @@ }, "root": { "inputs": { - "dotfiles": "dotfiles", "hardware": "hardware", "home-manager": "home-manager", "impermanence": "impermanence", -- cgit 1.4.1