NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(flake): fix the bloody file again

authored by andreijiroh.dev and committed by

GitHub 4868261f 7d044b30

+2 -2
+2 -2
flake.nix
··· 19 19 vscode-server.url = "github:nix-community/nixos-vscode-server"; 20 20 21 21 # nix-ld 22 - inputs.nix-ld.url = "github:Mic92/nix-ld"; 22 + nix-ld.url = "github:Mic92/nix-ld"; 23 23 # this line assume that you also have nixpkgs as an input 24 - inputs.nix-ld.inputs.nixpkgs.follows = "nixpkgs"; 24 + nix-ld.inputs.nixpkgs.follows = "nixpkgs"; 25 25 }; 26 26 27 27 outputs = {