diff --git a/flake.lock b/flake.lock index 5e45d26..31c7161 100644 --- a/flake.lock +++ b/flake.lock @@ -42,16 +42,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1688322751, - "narHash": "sha256-eW62dC5f33oKZL7VWlomttbUnOTHrAbte9yNUNW8rbk=", - "owner": "NixOS", + "lastModified": 1688490352, + "narHash": "sha256-XSC1FGcB35cLsIO4f6wMxXh/cy70BV5FyPjhASMy+gY=", + "owner": "Mic92", "repo": "nixpkgs", - "rev": "0fbe93c5a7cac99f90b60bdf5f149383daaa615f", + "rev": "8d0b85d15ab430cff31ecef7a7f2c42e9246863b", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixos-unstable", + "owner": "Mic92", + "ref": "cloud-init", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index c066155..8000c7f 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,8 @@ description = "Dependencies to deploy a clan"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + # https://github.com/NixOS/nixpkgs/pull/241526 + nixpkgs.url = "github:Mic92/nixpkgs/cloud-init"; flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; treefmt-nix.url = "github:numtide/treefmt-nix";