Unused comments

This commit is contained in:
Andrea Ciceri 2025-04-24 14:05:20 +02:00
parent 44c45c48a1
commit 403029e478
No known key found for this signature in database

View file

@ -1,8 +1,4 @@
{ pkgs, ... }: { pkgs, ... }:
let
in
# nixpkgs = builtins.getFlake "github:NixOS/nixpkgs/932fc16b263f26803d3960e4400bc13dde84a972";
# chirp = nixpkgs.legacyPackages.${pkgs.system}.chirp;
{ {
home.packages = [ pkgs.chirp ]; home.packages = [ pkgs.chirp ];
} }