Skip to content

Commit 45ddc12

Browse files
GTrunSecdeclantsien
authored andcommitted
nix: Update emacsng (#434)
* Update emacsng * nix: update deps
1 parent 784d897 commit 45ddc12

File tree

10 files changed

+470
-370
lines changed

10 files changed

+470
-370
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- uses: actions/[email protected]
1212
with:
1313
fetch-depth: 0
14-
- uses: cachix/install-nix-action@v15
14+
- uses: cachix/install-nix-action@v16
1515
with:
16-
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.5pre20211026_5667822/install
16+
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.8.0pre20220311_d532269/install
1717

1818
# Configure Nix to enable flakes
1919
- run: echo "experimental-features = nix-command flakes" | sudo tee -a /etc/nix/nix.conf

default.nix

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
let
44
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
55
in
6-
fetchTarball {
7-
url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
8-
sha256 = lock.nodes.flake-compat.locked.narHash;
9-
}
6+
fetchTarball {
7+
url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
8+
sha256 = lock.nodes.flake-compat.locked.narHash;
9+
}
1010
)
1111
{
1212
src = ./.;
13-
}).defaultNix
13+
})
14+
.defaultNix

flake.lock

Lines changed: 57 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)