Skip to content

Commit

Permalink
flake.lock: update
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jan 30, 2024
1 parent e0e8ea7 commit 2ac82c8
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 26 deletions.
88 changes: 63 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@
./modules
];

perSystem = {pkgs, ...}: {
perSystem = {
pkgs,
system,
...
}: {
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
config.allowUnfree = true;
};

formatter = pkgs.alejandra;

devShells.default = pkgs.mkShell {
Expand Down

0 comments on commit 2ac82c8

Please sign in to comment.