diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-07 18:05:58 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-07 18:05:58 -0800 |
| commit | bd7d3e28ad6dc59f84ad5b6eb8101832d2d6eda3 (patch) | |
| tree | d4b73c173a3b8fa0de89c5cf66ac0db4adc6a6c6 /flake.lock | |
| parent | doc: how to install the system (diff) | |
| download | infra-bd7d3e28ad6dc59f84ad5b6eb8101832d2d6eda3.tar.gz | |
carmel: initial host configuration
Initial configuration for the desktop (carmel).
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..a9c7966 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1644266748, + "narHash": "sha256-MYu0HoMYAXX08wQ8C4maxOyXrVwKYy+rESak2c3V3Pc=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "df6de0bb8b8b3e9f61967eb59b736ab41185151c", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "release-21.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
