mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 05:17:00 -05:00
Adding VS Code Extensions & flake update
This commit is contained in:
parent
fec1d15da7
commit
b6d5586e84
3 changed files with 33 additions and 38 deletions
11
flake.nix
11
flake.nix
|
|
@ -4,13 +4,12 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
lix = {
|
||||
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.91.0";
|
||||
flake = false;
|
||||
};
|
||||
# lix = {
|
||||
# url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.91.0";
|
||||
# flake = false;
|
||||
# };
|
||||
lix-module = {
|
||||
url = "git+https://git.lix.systems/lix-project/nixos-module";
|
||||
inputs.lix.follows = "lix";
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue