diff options
| author | brustybee <bee@4d2.org> | 2026-04-02 17:04:57 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-04-02 17:04:57 +0530 |
| commit | 753cd1ae02ddc9a422f621b2bbba5a5ebece5004 (patch) | |
| tree | 28bc9c39ce4c6617a8c953df1271ebbbcea374ec /flake.nix | |
| parent | 6a1dd14ded65af8ec084e64ed444a29d938ca37a (diff) | |
fix nixpkgs url add mpv and bunch of other stuff
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ inputs = { flake-parts.url = "github:hercules-ci/flake-parts"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + # nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; beeVim.url = "git+https://codeberg.org/brustybee/beeVim"; # beeVim.url = "git+file:/home/bee/beeVim"; beeVim.inputs.nixpkgs.follows = "nixpkgs"; |
