flake: unpin nixpkgs
The problems updating were fixed by rebuilding with `--repair`
This commit is contained in:
parent
b0813956c3
commit
48fc600309
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
### Nixpkgs ###
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/d5882b063a27787baa28b981e117c7ca2ed9b5f7";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
latest.url = "github:nixos/nixpkgs";
|
||||
fork.url = "github:Infinidoge/nixpkgs/combined/all";
|
||||
stable.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue