diff options
| author | Federico Igne <undyamon@disroot.org> | 2024-01-23 18:26:50 +0100 |
|---|---|---|
| committer | Federico Igne <undyamon@disroot.org> | 2024-01-23 18:26:50 +0100 |
| commit | 6386474ac8a4b113d5c9b4aa2b03104b7f219371 (patch) | |
| tree | 72af4c12f321547b4127b7a8a84e3282477f3547 /flake.nix | |
| parent | 5c3864986f844a31e0b6dbeec48543dc6376cff6 (diff) | |
| download | sandy-6386474ac8a4b113d5c9b4aa2b03104b7f219371.tar.gz sandy-6386474ac8a4b113d5c9b4aa2b03104b7f219371.zip | |
refarctor: rename project to 'sandy'
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@ | |||
| 9 | let | 9 | let |
| 10 | pkgs = import nixpkgs { inherit system; }; | 10 | pkgs = import nixpkgs { inherit system; }; |
| 11 | 11 | ||
| 12 | package = "sand"; | 12 | package = "sandy"; |
| 13 | on = opam-nix.lib.${system}; | 13 | on = opam-nix.lib.${system}; |
| 14 | localPackagesQuery = builtins.mapAttrs (_: pkgs.lib.last) | 14 | localPackagesQuery = builtins.mapAttrs (_: pkgs.lib.last) |
| 15 | (on.listRepo (on.makeOpamRepo ./.)); | 15 | (on.listRepo (on.makeOpamRepo ./.)); |
