Fix: Update nixpkgs url for new roadmap
This commit is contained in:
parent
78374d6350
commit
e83ad899f6
|
@ -4,7 +4,7 @@
|
|||
inputs = {
|
||||
# nixpkgs is the input that we use for this flake the end section `nixpkgs-unstable` refers to the branch
|
||||
# of nixpkgs that we want to use. This can be changed to any branch or commit hash.
|
||||
nixpkgs.url = "github:auxolotl/nixpkgs/nixpkgs-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "An empty devshell with direnv support";
|
||||
|
||||
inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixpkgs-unstable";
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
outputs =
|
||||
{ nixpkgs, ... }:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "Templates for getting started with Aux";
|
||||
|
||||
inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixpkgs-unstable";
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
outputs =
|
||||
{ self, nixpkgs }:
|
||||
|
|
|
@ -101,17 +101,6 @@
|
|||
];
|
||||
|
||||
nix = {
|
||||
registry.nixpkgs = {
|
||||
from = {
|
||||
id = "nixpkgs";
|
||||
type = "indirect";
|
||||
};
|
||||
to = {
|
||||
owner = "auxolotl";
|
||||
repo = "nixpkgs";
|
||||
type = "github";
|
||||
};
|
||||
};
|
||||
|
||||
gc.automatic = true;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "A simple system flake using some Aux defaults";
|
||||
|
||||
inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable";
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
outputs =
|
||||
inputs@{ nixpkgs, ... }:
|
||||
|
|
Loading…
Reference in a new issue