flake fluff

This commit is contained in:
Mike Russo 2025-04-18 17:05:21 -06:00
parent f1a3f67533
commit 5538222af5

View file

@ -32,13 +32,6 @@
alexandria alexandria
]); ]);
in { 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 { packages.birthday-boy = pkgs.stdenv.mkDerivation {
name = "birthday-boy"; name = "birthday-boy";
src = ./.; src = ./.;