diff options
author | sils <sils@sils.li> | 2023-11-18 11:31:39 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-11-18 11:31:39 +0100 |
commit | e78c22aa89b45454950f5130f9b54edc12db95c1 (patch) | |
tree | 85c6edcdf6986e2516b968cec373f73876d1b0fe /flake.lock | |
parent | refactor(flake): pass attrs to home-manager (diff) | |
download | nix-config-e78c22aa89b45454950f5130f9b54edc12db95c1.tar.gz nix-config-e78c22aa89b45454950f5130f9b54edc12db95c1.zip |
fix(flake): add i686-linux system
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/flake.lock b/flake.lock index a0f4728..0d68fbc 100644 --- a/flake.lock +++ b/flake.lock @@ -981,18 +981,16 @@ } }, "systems_4": { + "flake": false, "locked": { - "lastModified": 1680978846, - "narHash": "sha256-Gtqg8b/v49BFDpDetjclCYXm8mAnTrUzR0JnE2nv5aw=", - "owner": "nix-systems", - "repo": "x86_64-linux", - "rev": "2ecfcac5e15790ba6ce360ceccddb15ad16d08a8", - "type": "github" + "lastModified": 1, + "narHash": "sha256-y6J+GW+J+m7D4IZKqQpJbTouzTolxKZgifGHA+qmXLM=", + "path": "./flake/systems.nix", + "type": "path" }, "original": { - "owner": "nix-systems", - "repo": "x86_64-linux", - "type": "github" + "path": "./flake/systems.nix", + "type": "path" } }, "utils": { |