Skip to content

Commit 76283bf

Browse files
GTrunSecdeclantsien
authored andcommitted
nix: bumpup (#396)
* nix: bumpup * nix: shell to develop
1 parent 59308a2 commit 76283bf

File tree

2 files changed

+28
-46
lines changed

2 files changed

+28
-46
lines changed

flake.lock

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

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "emacsNg Nix flake";
33

44
inputs = {
5-
nixpkgs.url = "nixpkgs/release-21.05";
5+
nixpkgs.url = "github:NixOS/nixpkgs/release-21.05";
66
emacs-overlay = {
77
type = "github";
88
owner = "nix-community";
@@ -14,7 +14,6 @@
1414
url = "github:berberman/nvfetcher";
1515
inputs.nixpkgs.follows = "nixpkgs";
1616
};
17-
emacsNg-src = { url = "github:emacs-ng/emacs-ng"; flake = false; };
1817
flake-compat = { url = "github:edolstra/flake-compat"; flake = false; };
1918
rust-overlay = { url = "github:oxalica/rust-overlay"; inputs.nixpkgs.follows = "nixpkgs"; };
2019
flake-utils.url = "github:numtide/flake-utils";
@@ -24,7 +23,6 @@
2423
{ self
2524
, nixpkgs
2625
, emacs-overlay
27-
, emacsNg-src
2826
, flake-compat
2927
, rust-overlay
3028
, flake-utils

0 commit comments

Comments
 (0)