From 5538222af5631a817b679376fb9a54d1195950c7 Mon Sep 17 00:00:00 2001 From: Mike Russo Date: Fri, 18 Apr 2025 17:05:21 -0600 Subject: [PATCH] flake fluff --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) 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 = ./.;