summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFederico Igne <undyamon@disroot.org>2024-01-23 18:26:50 +0100
committerFederico Igne <undyamon@disroot.org>2024-01-23 18:26:50 +0100
commit6386474ac8a4b113d5c9b4aa2b03104b7f219371 (patch)
tree72af4c12f321547b4127b7a8a84e3282477f3547 /flake.nix
parent5c3864986f844a31e0b6dbeec48543dc6376cff6 (diff)
downloadsandy-6386474ac8a4b113d5c9b4aa2b03104b7f219371.tar.gz
sandy-6386474ac8a4b113d5c9b4aa2b03104b7f219371.zip
refarctor: rename project to 'sandy'
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6fdf260..8737458 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 ./.));