Skip to content

Commit

Permalink
Update nix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDaniels committed Nov 14, 2023
1 parent 6f904de commit 8bed73c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('**/package.json', '**/elm.json') }}
- uses: cachix/install-nix-action@v21
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/fc541b860a28.tar.gz
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/1e9c7c0203be.tar.gz
- uses: cachix/cachix-action@v12
with:
name: marco-daniels
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('**/package.json', '**/elm.json') }}
- uses: cachix/install-nix-action@v21
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/fc541b860a28.tar.gz
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/1e9c7c0203be.tar.gz
- uses: cachix/cachix-action@v12
with:
name: marco-daniels
Expand Down
6 changes: 3 additions & 3 deletions nix/shared.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
let
pkgs = import (fetchTarball {
name = "nixpkgs-23.05-darwin";
url = "https://github.com/NixOS/nixpkgs/archive/fc541b860a28.tar.gz";
sha256 = "0929i9d331zgv86imvsdzyfsrnr7zwhb7sdh8sw5zzsp7qsxycja";
name = "nixpkgs-23.05-darwin-2023-10-05";
url = "https://github.com/NixOS/nixpkgs/archive/1e9c7c0203be.tar.gz";
sha256 = "10qbybc9k3dj1xap9n0i3z7pc3svzwhclgsyfzzsf8cfh8l518pn";
}) { };

jsHandler = pkgs.writeShellScriptBin "jsHandler" ''
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let

cockpitProxy = let
proxyName = "cockpit-proxy";
proxyVersion = "2.0.0";
proxyVersion = "2.0.1";
nixGleamSrc = pkgs.stdenv.mkDerivation {
name = "nix-gleam";
src = fetchGit {
Expand Down

0 comments on commit 8bed73c

Please sign in to comment.