flake follows nixpkgs
This commit is contained in:
20
flake.lock
generated
20
flake.lock
generated
@@ -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,
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user