Update flake paths in examples
I don't think /home/crumb/src/tf2-nix is the correct path for very many people...
This commit is contained in:
@@ -44,7 +44,7 @@ Bring in the input, and build your TF2 config as a package:
|
||||
#+begin_src nix
|
||||
{
|
||||
inputs = {
|
||||
tf2-nix.url = "path:///home/crumb/src/tf2-nix";
|
||||
tf2-nix.url = "gitlab:msyds/tf2-nix";
|
||||
};
|
||||
|
||||
outputs = { self, ... }@inputs:
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
tf2-nix.url = "path:///home/crumb/src/tf2-nix";
|
||||
tf2-nix = {
|
||||
url = "gitlab:msyds/tf2-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, ... }@inputs: {
|
||||
|
||||
Reference in New Issue
Block a user