diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-25 21:22:19 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-25 21:22:19 -0500 |
commit | 3cebee7f0fe335437f16368a1b15e841444c2f40 (patch) | |
tree | eb1bb037fbe88027c8996420c998bd18476900f7 /nixos/flake/flake.lock | |
parent | c8d19a52e004abdeaaa73416747d9acb56984446 (diff) |
update some things
Diffstat (limited to 'nixos/flake/flake.lock')
-rw-r--r-- | nixos/flake/flake.lock | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/nixos/flake/flake.lock b/nixos/flake/flake.lock deleted file mode 100644 index d863b13..0000000 --- a/nixos/flake/flake.lock +++ /dev/null @@ -1,61 +0,0 @@ -{ - "nodes": { - "home-manager": { - "inputs": { - "nixpkgs": "nixpkgs" - }, - "locked": { - "lastModified": 1727246346, - "narHash": "sha256-TcUaKtya339Asu+g6KTJ8h7KiKcKXKp2V+At+7tksyY=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "1e22ef1518fb175d762006f9cae7f6312b8caedb", - "type": "github" - }, - "original": { - "id": "home-manager", - "type": "indirect" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1726755586, - "narHash": "sha256-PmUr/2GQGvFTIJ6/Tvsins7Q43KTMvMFhvG6oaYK+Wk=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "c04d5652cfa9742b1d519688f65d1bbccea9eb7e", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_2": { - "locked": { - "lastModified": 1726937504, - "narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "9357f4f23713673f310988025d9dc261c20e70c6", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "home-manager": "home-manager", - "nixpkgs": "nixpkgs_2" - } - } - }, - "root": "root", - "version": 7 -} |