Merge branch 'master' of ssh://git.giugl.io/peperunas/nixos
This commit is contained in:
commit
da79b76e8d
@ -11,14 +11,13 @@
|
|||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
lib = pkgs.lib;
|
|
||||||
|
|
||||||
shellWithPkgs = buildInputs: pkgs.mkShell {
|
shellWithPkgs = packages: pkgs.mkShell {
|
||||||
inherit buildInputs;
|
inherit packages;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
devShells.default = shellWithPkgs (lib.singleton pkgs.codeql);
|
devShells.default = shellWithPkgs [ pkgs.hello ];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user