File tree Expand file tree Collapse file tree 2 files changed +28
-46
lines changed
Expand file tree Collapse file tree 2 files changed +28
-46
lines changed Original file line number Diff line number Diff line change 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" ;
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" ;
2423 { self
2524 , nixpkgs
2625 , emacs-overlay
27- , emacsNg-src
2826 , flake-compat
2927 , rust-overlay
3028 , flake-utils
You can’t perform that action at this time.
0 commit comments