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 | |
parent | Feat: Made more configuration host independent (diff) | |
download | nixos-config-c8f8b7257308d0b456fd89ba15f2610e881c7c93.tar.gz nixos-config-c8f8b7257308d0b456fd89ba15f2610e881c7c93.zip |
Build(flake): Updated references
-rw-r--r-- | flake.lock | 5 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 4 insertions, 3 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": { diff --git a/flake.nix b/flake.nix index c8ba31df..f0664d36 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ description = "Nixos system config"; inputs = { - nixpkgs.url = "nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; home-manager.url = "github:nix-community/home-manager/master"; }; |