flake follows nixpkgs

This commit is contained in:
Jim Clark
2023-09-10 23:30:38 -07:00
parent 38b54e186e
commit e8a77354dd
2 changed files with 7 additions and 18 deletions

View File

@@ -2,7 +2,10 @@
description = "Docker Pod v0.2.0-1";
inputs = {
platform-engineering.url = "github:slimslenderslacks/nix-modules";
platform-engineering = {
url = "github:slimslenderslacks/nix-modules";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};