diff options
| author | Baitinq <[email protected]> | 2022-09-20 16:12:48 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-20 16:12:48 +0200 |
| commit | 31a3e1f2e8c620c7adbc48257654980b06b84b42 (patch) | |
| tree | 0e20280fa24e7421e8e6577ba7b1fcdd5b01335e /flake.lock | |
| parent | dotfiles: swaylock: Change ring and ring-key colors (diff) | |
| download | nixos-config-31a3e1f2e8c620c7adbc48257654980b06b84b42.tar.gz nixos-config-31a3e1f2e8c620c7adbc48257654980b06b84b42.tar.bz2 nixos-config-31a3e1f2e8c620c7adbc48257654980b06b84b42.zip | |
Flake: Remove dotfiles input
Instead we use it directly. This removes a lot of hassle + limitations with flake inputs from files
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 14 |
1 files changed, 0 insertions, 14 deletions
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", |