Skip to content

Commit

Permalink
Nix flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Jun 19, 2024
1 parent c7efbdf commit 9091397
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
27 changes: 5 additions & 22 deletions flake.lock

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

7 changes: 2 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
description = "motifcluster";
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-23.11;
nixpkgs-unstable.url = github:NixOS/nixpkgs/nixos-unstable;
nixpkgs.url = github:NixOS/nixpkgs/nixos-24.05;
flake-utils.url = github:numtide/flake-utils;
};
outputs = {
self,
nixpkgs,
nixpkgs-unstable,
flake-utils,
}:
with flake-utils.lib;
eachSystem allSystems (system: let
pkgs = nixpkgs.legacyPackages.${system};
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
python = pkgs.python3.withPackages (ps:
with ps; [
build
Expand Down Expand Up @@ -43,7 +40,7 @@
RSpectra
];
};
julia = pkgs-unstable.julia.withPackages [
julia = pkgs.julia_19.withPackages [
"Aqua"
"Colors"
"Coverage"
Expand Down

0 comments on commit 9091397

Please sign in to comment.