sync
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
description = "Autumn's multi-system configs";
|
||||
|
||||
inputs = {
|
||||
pydev.url ="./system/extras/pydev/flake.nix";
|
||||
pydev.url ="./system/extras/pydev/";
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager }@inputs:
|
||||
outputs = { self, nixpkgs, home-manager, pydev }@inputs:
|
||||
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
||||
Reference in New Issue
Block a user