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

20
flake.lock generated
View File

@@ -127,22 +127,6 @@
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1694183432,
"narHash": "sha256-YyPGNapgZNNj51ylQMw9lAgvxtM2ai1HZVUu3GS8Fng=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"platform-engineering": {
"inputs": {
"devshell": "devshell",
@@ -150,7 +134,9 @@
"gitignore": "gitignore",
"gomod2nix": "gomod2nix",
"nix-filter": "nix-filter",
"nixpkgs": "nixpkgs_3"
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1694327967,

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