Skip to content

Commit

Permalink
try to update the nixpkgs commit
Browse files Browse the repository at this point in the history
  • Loading branch information
werthen committed Sep 26, 2024
1 parent 6dee603 commit 6822c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
let
rev = "70904d4a9927a4d6e05c72c4aaac4370e05107f3";
rev = "759537f06e6999e141588ff1c9be7f3a5c060106";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
pkgs = import nixpkgs {};
ruby = pkgs.ruby_3_0;
ruby = pkgs.ruby_3_3;
gems = pkgs.bundlerEnv {
name = "zeus.ugent.be";
inherit ruby;
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let
build-deps = import ./packages.nix;
rev = "70904d4a9927a4d6e05c72c4aaac4370e05107f3";
rev = "759537f06e6999e141588ff1c9be7f3a5c060106";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
pkgs = import nixpkgs {};
in
Expand Down

0 comments on commit 6822c95

Please sign in to comment.