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": {
"lastModified": 1696095079,
"narHash": "sha256-qpGjVk6HObvXcJsp1qAcsFdeeMoiUgBdWeS9HtW6FGs=",
"ref": "refs/heads/main",
"rev": "ac81a158b5dd86ef75e610b19e5f06496b7412c7",
"revCount": 21,
"lastModified": 1696136260,
"narHash": "sha256-GLtfslW60UdOHAslglZ3TTYy/ZxyJrCLys0CALwBlVY=",
"ref": "refs/heads/api",
"rev": "cba0e07414a902009fd7979dcc9532ff39a7aa08",
"revCount": 28,
"type": "git",
"url": "https://fem.mint.lgbt/theotheroracle/andisco.git"
"url": "file:///home/mtxyz/Projects/andisco"
},
"original": {
"type": "git",

View file

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