diff --git a/flake.lock b/flake.lock index df8f57c..ae9e070 100644 --- a/flake.lock +++ b/flake.lock @@ -39,11 +39,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1720031269, - "narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=", + "lastModified": 1732014248, + "narHash": "sha256-y/MEyuJ5oBWrWAic/14LaIr/u5E0wRVzyYsouYY3W6w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9f4128e00b0ae8ec65918efeba59db998750ead6", + "rev": "23e89b7da85c3640bbc2173fe04f4bd114342367", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 6288982..3c82acf 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,3 @@ -# References: -# https://nixos.org/manual/nixos/stable/#sec-writing-modules -# https://nixos.org/manual/nixpkgs/stable/#ssec-language-go { description = "A tool to automatically generate a NixOS config from a Docker Compose project.";