Fixes nil lints.

This commit is contained in:
Bailey Stevens 2023-10-02 07:15:20 -04:00
parent 1a2552b8d6
commit cf677ca343
2 changed files with 7 additions and 7 deletions

View file

@ -112,13 +112,13 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1696095079, "lastModified": 1696136260,
"narHash": "sha256-qpGjVk6HObvXcJsp1qAcsFdeeMoiUgBdWeS9HtW6FGs=", "narHash": "sha256-GLtfslW60UdOHAslglZ3TTYy/ZxyJrCLys0CALwBlVY=",
"ref": "refs/heads/main", "ref": "refs/heads/api",
"rev": "ac81a158b5dd86ef75e610b19e5f06496b7412c7", "rev": "cba0e07414a902009fd7979dcc9532ff39a7aa08",
"revCount": 21, "revCount": 28,
"type": "git", "type": "git",
"url": "https://fem.mint.lgbt/theotheroracle/andisco.git" "url": "file:///home/mtxyz/Projects/andisco"
}, },
"original": { "original": {
"type": "git", "type": "git",

View file

@ -33,7 +33,7 @@
./platforms/riversong.nix ./platforms/riversong.nix
]; ];
}; };
in rec { in {
# Install colmena in dev shell for deployment. # Install colmena in dev shell for deployment.
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
packages = with pkgs; [ colmena ]; packages = with pkgs; [ colmena ];