feat: add editors to unstable, update lock
This commit is contained in:
parent
efa12b59e5
commit
337ee6db4a
3 changed files with 43 additions and 20 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
home-manager = {
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
url = "github:nix-community/home-manager/release-25.11";
|
||||
|
|
@ -30,6 +30,7 @@
|
|||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
nixpkgs-unstable,
|
||||
home-manager,
|
||||
...
|
||||
}@inputs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue