Using personalized nixpkgs for emacs-overlay

This commit is contained in:
Andrea Ciceri 2023-02-12 18:54:26 +01:00
parent 26daa45abc
commit ed5af68f51
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
2 changed files with 18 additions and 8 deletions

19
flake.lock generated
View file

@ -102,15 +102,26 @@
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1670498129,
"narHash": "sha256-QOWbsKObHxNpBzrIVJrgR2TGQdwyYNFgBdoVCCvYuDU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "52665b05cfd702e12b877aa519b62374d003231a",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"emacs-overlay": "emacs-overlay",
"emacs-src": "emacs-src",
"flake-parts": "flake-parts",
"nixpkgs": [
"emacs-overlay",
"nixpkgs"
]
"nixpkgs": "nixpkgs_2"
}
}
},