Skip to content

Commit

Permalink
feat(build): fluidattacks#1202 upgrade nixpkgs version
Browse files Browse the repository at this point in the history
- Upgrade nixpkgs to latest version 23.11
- Upgrade commitlint/cli to 18.4.3

Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
  • Loading branch information
rohaquinlop committed Dec 7, 2023
1 parent 9b7cd3a commit f16e2a7
Show file tree
Hide file tree
Showing 6 changed files with 2,045 additions and 138 deletions.
5 changes: 4 additions & 1 deletion src/args/agnostic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
fix' = __unfix__: let x = __unfix__ x // {inherit __unfix__;}; in x;
sources = import ../nix/sources.nix;
args = fix' (self: let
__nixpkgs__ = import sources.nixpkgs {inherit system;};
__nixpkgs__ = import sources.nixpkgs {
inherit system;
config = {allowUnfree = true;};
};
in {
inherit __nixpkgs__;
__nixpkgsSrc__ = sources.nixpkgs;
Expand Down
Loading

0 comments on commit f16e2a7

Please sign in to comment.