Skip to content

Commit

Permalink
feat!: remove licence script
Browse files Browse the repository at this point in the history
nix run github:isabelroses/licensenow
  • Loading branch information
isabelroses committed Mar 21, 2024
1 parent 9c2d6f4 commit 44105f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
7 changes: 0 additions & 7 deletions home/isabel/programs/scripts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@
text = import ./extract.nix {inherit lib pkgs;};
});
};

".local/bin/licence" = {
source = lib.getExe (pkgs.writeShellApplication {
name = "licence";
text = import ./licence.nix {inherit lib pkgs;};
});
};
};
};
}
22 changes: 0 additions & 22 deletions home/isabel/programs/scripts/licence.nix

This file was deleted.

0 comments on commit 44105f5

Please sign in to comment.