Lints and suggestions for the Nix programming language
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix statix warnings

Akshay adacdb07 a254edfc

+2 -2
+1 -1
default.nix
··· 1 1 # The `default.nix` in flake-compat reads `flake.nix` and `flake.lock` from `src` and 2 2 # returns an attribute set of the shape `{ defaultNix, shellNix }` 3 3 4 - (import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) { 4 + (import (fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") { 5 5 src = ./.; 6 6 }).defaultNix
+1 -1
shell.nix
··· 1 1 # The `default.nix` in flake-compat reads `flake.nix` and `flake.lock` from `src` and 2 2 # returns an attribute set of the shape `{ defaultNix, shellNix }` 3 3 4 - (import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) { 4 + (import (fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") { 5 5 src = ./.; 6 6 }).shellNix