We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd5f5c commit 0d69066Copy full SHA for 0d69066
flake.nix
@@ -35,6 +35,7 @@
35
...
36
} @ inputs:
37
flake-utils.lib.eachDefaultSystem
38
+ # Creates an attribute map `{ devShells.<system>.default = ...}`
39
(
40
system: let
41
pkgs = import nixpkgs {
0 commit comments