diff options
author | ene <ene@sils.li> | 2023-02-04 11:58:46 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-04 11:58:46 +0100 |
commit | c8f8b7257308d0b456fd89ba15f2610e881c7c93 (patch) | |
tree | 5d961f8880ba662ef5449b6c5f5736d20b093160 /flake.lock | |
parent | Feat: Made more configuration host independent (diff) | |
download | nixos-config-c8f8b7257308d0b456fd89ba15f2610e881c7c93.zip |
Build(flake): Updated references
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock index 9b757473..0ae3ad6f 100644 --- a/flake.lock +++ b/flake.lock @@ -46,9 +46,10 @@ "type": "github" }, "original": { - "id": "nixpkgs", + "owner": "NixOS", "ref": "nixos-unstable", - "type": "indirect" + "repo": "nixpkgs", + "type": "github" } }, "root": { |