This commit is contained in:
Philipp Hochkamp 2023-04-27 16:25:50 +02:00
parent 99e51034e1
commit b0d67cc741
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View file

@ -247,7 +247,7 @@
"flake-compat": "flake-compat",
"neovim-flake": "neovim-flake",
"nixpkgs": [
"nixpkgs"
"nixpkgs-master"
]
},
"locked": {

View file

@ -17,7 +17,7 @@
darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs";
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
neovim-nightly-overlay.inputs.nixpkgs.follows = "nixpkgs";
neovim-nightly-overlay.inputs.nixpkgs.follows = "nixpkgs-master";
# programs
xynoblog.url = "github:thexyno/blog";