fix cloud-init

This commit is contained in:
Jörg Thalheim 2023-07-04 19:09:37 +02:00
parent e46d942c4f
commit e9fa02ade5
2 changed files with 8 additions and 7 deletions

View File

@ -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"
}

View File

@ -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";