diff --git a/flake.nix b/flake.nix index edc0575..0c9561c 100644 --- a/flake.nix +++ b/flake.nix @@ -32,13 +32,6 @@ alexandria ]); in { - # Per-system attributes can be defined here. The self' and inputs' - # module parameters provide easy access to attributes of the same - # system. - - # Equivalent to inputs'.nixpkgs.legacyPackages.hello; - packages.default = pkgs.hello; - packages.birthday-boy = pkgs.stdenv.mkDerivation { name = "birthday-boy"; src = ./.;